-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f6ede2
commit 28f75c9
Showing
12 changed files
with
38 additions
and
17 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...etAuthenticationModes/golden/does_not_error_out_when_no_authentication_modes_are_returned
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
MODES: | ||
[] | ||
|
||
VALIDATORS: | ||
required-value: | ||
value: { required: true, supportedValues: [value_type other_value_type] } |
6 changes: 6 additions & 0 deletions
6
...ticationModes/golden/get_authentication_modes_and_generate_validator_ignoring_whitespaces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
MODES: | ||
[{"id":"mode1","label":"Mode 1"}] | ||
|
||
VALIDATORS: | ||
layout-with-spaces: | ||
value: { required: true, supportedValues: [value_type other_value_type] } |
8 changes: 8 additions & 0 deletions
8
...stdata/TestGetAuthenticationModes/golden/get_authentication_modes_and_generate_validators
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
MODES: | ||
[{"id":"mode1","label":"Mode 1"}] | ||
|
||
VALIDATORS: | ||
optional-value: | ||
value: { required: false, supportedValues: [value_type other_value_type] } | ||
required-value: | ||
value: { required: true, supportedValues: [value_type other_value_type] } |
6 changes: 6 additions & 0 deletions
6
.../TestGetAuthenticationModes/golden/get_authentication_modes_and_ignores_invalid_ui_layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
MODES: | ||
[{"id":"mode1","label":"Mode 1"}] | ||
|
||
VALIDATORS: | ||
required-value: | ||
value: { required: true, supportedValues: [value_type other_value_type] } |
8 changes: 8 additions & 0 deletions
8
...stGetAuthenticationModes/golden/get_multiple_authentication_modes_and_generate_validators
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
MODES: | ||
[{"id":"mode1","label":"Mode 1"},{"id":"mode2","label":"Mode 2"}] | ||
|
||
VALIDATORS: | ||
optional-value: | ||
value: { required: false, supportedValues: [value_type other_value_type] } | ||
required-value: | ||
value: { required: true, supportedValues: [value_type other_value_type] } |
2 changes: 0 additions & 2 deletions
2
.../brokers/testdata/TestGetAuthenticationModes/golden/successfully_get_authentication_modes
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...testdata/TestSelectAuthenticationMode/golden/successfully_select_form_authentication_mode
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
.../TestSelectAuthenticationMode/golden/successfully_select_mode_with_missing_optional_value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
type: optional-value |
2 changes: 2 additions & 0 deletions
2
...testdata/TestSelectAuthenticationMode/golden/successfully_select_mode_with_optional_value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
type: optional-value | ||
value: value_type |
2 changes: 2 additions & 0 deletions
2
...testdata/TestSelectAuthenticationMode/golden/successfully_select_mode_with_required_value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
type: required-value | ||
value: value_type |
4 changes: 0 additions & 4 deletions
4
...a/TestSelectAuthenticationMode/golden/successfully_select_newpassword_authentication_mode
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...stdata/TestSelectAuthenticationMode/golden/successfully_select_qrcode_authentication_mode
This file was deleted.
Oops, something went wrong.