Skip to content

Commit

Permalink
Fix multiselect customfelter test
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Jan 25, 2024
1 parent 3716348 commit dc5e218
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/behat/customfilter_multiselect.feature
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Feature: Create entry, add multiselect and use customfilter
And I fill in the entry form fields
| type | name | value |
| text | Text | testtext1 |
| multiselect | Select (multiple) | Opt1 |
And I open the autocomplete suggestions list
And I click on "Opt4" item in the autocomplete list
And I click on "Opt5" item in the autocomplete list
Expand All @@ -69,23 +68,23 @@ Feature: Create entry, add multiselect and use customfilter
And I fill in the entry form fields
| type | name | value |
| text | Text | testtext2 |
| multiselect | Multiselect | Opt2 |
And I click on "Opt2" item in the autocomplete list
And I press "Save changes"
And I press "Continue"

And I follow "Add a new entry"
And I fill in the entry form fields
| type | name | value |
| text | Text | testtext3 |
| multiselect | Multiselect | Opt3 |
And I click on "Opt3" item in the autocomplete list
And I press "Save changes"
And I press "Continue"

And I follow "Add a new entry"
And I fill in the entry form fields
| type | name | value |
| text | Text | testtext4 |
| multiselect | Multiselect | Opt4 |
And I click on "Opt4" item in the autocomplete list
And I press "Save changes"
And I press "Continue"
Then I should see "testtext3"
Expand Down

0 comments on commit dc5e218

Please sign in to comment.