File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/addons/mod/glossary/tests/behat Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ Feature: Test glossary navigation
146146 When I go back in the app
147147 And I scroll to "Acerola" in the app
148148 And I press "Search" in the app
149- And I set the field "Search query" to "something" in the app
149+ And I set the field "Enter your search query" to "something" in the app
150150 And I press enter
151151 Then I should find "No entries were found." in the app
152152
153- When I set the field "Search query" to "melon" in the app
153+ When I set the field "Enter your search query" to "melon" in the app
154154 And I press enter
155155 Then I should find "Honeydew Melon" in the app
156156 And I should find "Watermelon" in the app
@@ -265,11 +265,11 @@ Feature: Test glossary navigation
265265
266266 # Search
267267 When I press "Search" in the app
268- And I set the field "Search query" to "something" in the app
268+ And I set the field "Enter your search query" to "something" in the app
269269 And I press enter
270270 Then I should find "No entries were found." in the app
271271
272- When I set the field "Search query" to "melon" in the app
272+ When I set the field "Enter your search query" to "melon" in the app
273273 And I press enter
274274 Then I should find "Honeydew Melon" in the app
275275 And I should find "Watermelon" in the app
You can’t perform that action at this time.
0 commit comments