Skip to content

Commit

Permalink
2nd fix "</button> is not clickable at point (527, 554). Other elemen…
Browse files Browse the repository at this point in the history
…t would receive the click: <input class="search form-control mb-2 filtersearch" name="filtersearch-teacherobjects""
  • Loading branch information
semteacher committed Jul 9, 2024
1 parent 78f5889 commit eca3728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/behat/booking_list_filtering.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Feature: In a booking - create options and filter it
And I set the field "2, Teacher" in the ".allbookingoptionstable .wunderbyteTableFilter" "css_element" to ""
And I should see "Teacher 3" in the ".allbookingoptionstable_r3" "css_element"
## Hide filter - required for a new filter tool
And I click on "Teachers" "button"
And I click on "//div[@id='id_collapse_teacherobjects']" "xpath_element"
## And I click on "Teachers" "button"
##And I wait "22" seconds
##And I click on "Teachers" "text" in the ".allbookingoptionstable .wunderbyteTableFilter" "css_element"
## Filtering by timespan
Expand Down

0 comments on commit eca3728

Please sign in to comment.