Skip to content

Commit

Permalink
Fix opened autocomplete list hiding submit button in behat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Jan 12, 2025
1 parent def55ed commit 22d2fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/behat/customfilter_multiselect.feature
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Feature: Create entry, add multiselect and use customfilter
And I open the autocomplete suggestions list
And I click on "Opt1" item in the autocomplete list
And I close the autocomplete suggestions list
And I press the escape key
And I press "id_customsearch"
And I should see "Opt1"
And I should see "Opt2"
Expand All @@ -123,6 +124,7 @@ Feature: Create entry, add multiselect and use customfilter
And I open the autocomplete suggestions list
And I click on "Opt5" item in the autocomplete list
And I close the autocomplete suggestions list
And I press the escape key
And I click on "All selected options have to be part of the entry" "checkbox"
And I press "id_customsearch"
And I should not see "Opt2"
Expand All @@ -143,6 +145,7 @@ Feature: Create entry, add multiselect and use customfilter
And I open the autocomplete suggestions list
And I click on "Opt1" item in the autocomplete list
And I close the autocomplete suggestions list
And I press the escape key
And I press "id_customsearch"
And I should see "Opt1"
And I should see "testtext1"
Expand Down

0 comments on commit 22d2fb6

Please sign in to comment.