From 5271bd9237d178f6100f711a9dc4172010f100e1 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Thu, 29 Dec 2022 14:33:55 +0700 Subject: [PATCH] MDL-76399 behat: switch to appropriate Behat step for selects. --- admin/tool/behat/tests/behat/list_steps.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/tool/behat/tests/behat/list_steps.feature b/admin/tool/behat/tests/behat/list_steps.feature index c8584788c14..f451f10d7ff 100644 --- a/admin/tool/behat/tests/behat/list_steps.feature +++ b/admin/tool/behat/tests/behat/list_steps.feature @@ -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