-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
As a zoo visiter
I want to be able to speak the words into the search
So that I can search the animals faster and save time planning and avoid misspelled words.
Scenario 1: Successful Microphone Input
Given the app is open to search page
When the microphone search function is used
And bear is said
Then the search should display the text bear
Scenario 2: Unsuccessful Microphone search
Given that the app is open to search page,
When the microphone search function is used,
And the visitor says “bear”,
Then the app did not identify what the user said
And displays a message saying “Please try again.”