Skip to content

Commit

Permalink
weather
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Jul 9, 2024
1 parent 2a3b496 commit 5e1ffac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions uuv/e2e/first-test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ Feature: First test
Then I should see a title named "Welcome to Weather App"
And I should see a button named "Get started"

Scenario: Weather - "Nothing to display" must be displayed
Given I visit path "https://e2e-test-quest.github.io/weather-app/"
# Click on <Get started> button
When I click on button named "Get started"
# Check that there's nothing to display because there is no town selected.
Then I should see a title named "Nothing to display"

Scenario: Weather - Town List must be ok
Given I visit path "https://e2e-test-quest.github.io/weather-app/"
# Click on <Get started> button
When I click on button named "Get started"
# Checks the list of available towns.
Then I should see a list named "Available Towns" and containing
| Douala |
| Tunis |
| Limoges |

0 comments on commit 5e1ffac

Please sign in to comment.