-
-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fixtures for testing aria-current (#3202)
- Loading branch information
1 parent
15fc7dd
commit aa6cd08
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
examples/suspense_tests/e2e/features/check_aria_current.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@check_aria_current | ||
Feature: Check aria-current being applied to make links bolded | ||
|
||
Background: | ||
|
||
Given I see the app | ||
|
||
Scenario: Should see the base case working | ||
Then I see the link Out-of-Order being bolded | ||
Then I see the following links being bolded | ||
| Out-of-Order | | ||
| Nested | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters