Skip to content

Commit

Permalink
Town selection
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Jul 9, 2024
1 parent 5e1ffac commit 0ddc204
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions uuv/e2e/first-test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ Feature: First test
| Douala |
| Tunis |
| Limoges |

Scenario: TownSelection - Douala
Given I visit path "https://e2e-test-quest.github.io/weather-app/?isStarted=true"
# Select Douala town
And within a list named "Available Towns"
When I click on element with role "listitem" and name "Douala"
# Check the weather details for Douala town
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"

0 comments on commit 0ddc204

Please sign in to comment.