Skip to content

Commit 8ad3bdb

Browse files
committed
MOBILE-4653 glossary: Fix behats because of a string change
1 parent d5129cb commit 8ad3bdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/addons/mod/glossary/tests/behat/navigation.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)