MOBILE-3947 mod: Update some behat instructions

main
Pau Ferrer Ocaña 2024-01-09 15:21:04 +01:00
parent 90a47b2441
commit de5c6633ef
2 changed files with 7 additions and 10 deletions

View File

@ -146,11 +146,11 @@ Feature: Test glossary navigation
When I press the back button in the app
And I scroll to "Acerola" in the app
And I press "Search" in the app
And I set the field "Search" to "something" in the app
And I set the field "Search query" to "something" in the app
And I press enter
Then I should find "No entries were found." in the app
When I set the field "Search" to "melon" in the app
When I set the field "Search query" to "melon" in the app
And I press enter
Then I should find "Honeydew Melon" in the app
And I should find "Watermelon" in the app
@ -266,11 +266,11 @@ Feature: Test glossary navigation
# Search
When I press "Search" in the app
And I set the field "Search" to "something" in the app
And I set the field "Search query" to "something" in the app
And I press enter
Then I should find "No entries were found." in the app
When I set the field "Search" to "melon" in the app
When I set the field "Search query" to "melon" in the app
And I press enter
Then I should find "Honeydew Melon" in the app
And I should find "Watermelon" in the app

View File

@ -156,12 +156,9 @@ Feature: Attempt a quiz in app
And I press "Next" in the app
And I press "True" in the app
And I press "Next" in the app
And I press "Choose... , frog" in the app
And I press "amphibian" in the app
And I press "Choose... , newt" in the app
And I press "insect" in the app
And I press "Choose... , cat" in the app
And I press "mammal" in the app
And I set the field "frog" to "amphibian" in the app
And I set the field "newt" to "insect" in the app
And I set the field "cat" to "mammal" in the app
And I press "Next" in the app
Then I should find "Text of the eighth question" in the app