Skip to content

Commit

Permalink
MDL-76399 behat: switch to appropriate Behat step for selects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyatregubov committed Dec 29, 2022
1 parent 7ef99eb commit 400b208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tool/behat/tests/behat/list_steps.feature
Expand Up @@ -15,8 +15,8 @@ Feature: List the system steps definitions
And I should not see "There aren't steps definitions matching this filter"
And I should not see "the following \"ELEMENT_STRING\" exist:"
And "entities1" "select" should exist
And "users" "option" should exist in the "entities1" "select"
And "mod_assign > submissions" "option" should exist in the "entities1" "select"
And the "entities1" select box should contain "users"
And the "entities1" select box should contain "mod_assign > submissions"

@javascript
Scenario: Filtering by type
Expand Down

0 comments on commit 400b208

Please sign in to comment.