Skip to content

Commit

Permalink
Town Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Jul 9, 2024
1 parent 0ddc204 commit 922cdd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions uuv/e2e/first-test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@ Feature: First test
Then within the element with aria-label "Weather of Douala"
And I should see a title named "Douala"
And I should see an element with content "min: 10.8 °c"

Scenario: TownResearch - Filter
Given I visit path "https://e2e-test-quest.github.io/weather-app/?isStarted=true"
# Type sentence "i" on input field
And I type the sentence "i" in the text box named "Search for a town"
# Click on <Filter> button
When I click on button named "Filter"
# Simulate human latency
And I wait 500 ms
# Checks the list of available towns.
Then I should see a list named "Available Towns" and containing
| Tunis |
| Limoges |

0 comments on commit 922cdd3

Please sign in to comment.