Skip to content

Commit

Permalink
keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Jul 9, 2024
1 parent 922cdd3 commit cff458f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions uuv/e2e/first-test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ Feature: First test
Then I should see a list named "Available Towns" and containing
| Tunis |
| Limoges |

Scenario: Keyboard navigation
Given I visit path "https://e2e-test-quest.github.io/weather-app/"
When I start a keyboard navigation from the top of the page
Then the next keyboard element focused should be a link named "Weather App's Logo"
And the next keyboard element focused should be a link named "Home"
And the next keyboard element focused should be a button named "Get started"

0 comments on commit cff458f

Please sign in to comment.