-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into tests/menu-button-a…
…ctions-refactor
- Loading branch information
Showing
43 changed files
with
5,691 additions
and
5,110 deletions.
There are no files selected for viewing
4,308 changes: 2,154 additions & 2,154 deletions
4,308
__test__/__snapshots__/createAllTests.test.js.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
968 changes: 177 additions & 791 deletions
968
lib/data/process-test-directory.js → lib/data/process-test-directory/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
assertionId,priority,assertionStatement,assertionPhrase,refIds | ||
listBoundary,1,List boundary is conveyed,convey list boundary,list | ||
nameAbout,1,"Name of the button, 'About', is conveyed",convey name 'About',button | ||
nameAcademics,1,"Name of the button, 'Academics', is conveyed",convey name 'Academics',button | ||
nameAdmissions,1,"Name of the button, 'Admissions', is conveyed",convey name 'Admissions',button | ||
nameCampusTours,1,"Name of the link, 'Campus Tours', is conveyed",convey name 'Campus Tours',link | ||
nameMythicalUniversity,1,"Name of the navigation region, 'Mythical University', is conveyed",convey name 'Mythical University',aria-label | ||
nameMythicalUniversitySamplePageContent,1,"Name of the region, 'Mythical University sample page content', is conveyed",convey name 'Mythical University sample page content',aria-label | ||
nameOverview,1,"Name of the link, 'Overview', is conveyed",convey name 'Overview',link | ||
numberListItems3,1,"Number of list items, '3', is conveyed","convey number of list items, '3'",list | ||
numberListItems4,1,"Number of list items, '4', is conveyed","convey number of list items, 4",list | ||
headingContentOverview,1,"Content of the heading, 'Overview', is conveyed","convey heading content, 'Overview'", | ||
listBoundary,3,List boundary is conveyed,convey list boundary,list | ||
nameAbout,1,"Name of the button, 'About', is conveyed","convey name of the button, 'About'",button | ||
nameAcademics,1,"Name of the button, 'Academics', is conveyed","convey name of the button, 'Academics'",button | ||
nameAdmissions,1,"Name of the button, 'Admissions', is conveyed","convey name of the button, 'Admissions'",button | ||
nameCampusTours,1,"Name of the link, 'Campus Tours', is conveyed","convey name of the link, 'Campus Tours'",link | ||
nameMythicalUniversity,1,"Name of the navigation region, 'Mythical University', is conveyed","convey name of the navigation region, 'Mythical University'",aria-label | ||
nameMythicalUniversitySamplePageContent,1,"Name of the region, 'Mythical University sample page content', is conveyed","convey name of the region, 'Mythical University sample page content'",aria-label | ||
nameOverview,1,"Name of the link, 'Overview', is conveyed","convey name of the link, 'Overview'",link | ||
roleButton,1,Role 'button' is conveyed,convey role 'button',button | ||
roleLink,1,Role 'link' is conveyed,convey role 'link',link | ||
roleList,1,Role 'list' is conveyed,convey role 'list',list | ||
roleHeading,2,Role 'heading' is conveyed,convey role 'heading',heading | ||
roleNavigationLandmark,1,Role 'navigation landmark' is conveyed,convey role 'navigation landmark',nav | ||
roleRegion,1,Role 'Region' is conveyed,convey role 'Region',region | ||
stateChangeToCollapsed,1,"Change in state, to 'collapsed', is conveyed","convey change in state, to 'collapsed'",aria-expanded | ||
stateChangeToExpanded,1,"Change in state, to 'expanded', is conveyed","convey change in state, to 'expanded'",aria-expanded | ||
stateCollapsed,1,State 'collapsed' is conveyed,convey state 'collapsed',aria-expanded | ||
stateCurrentPage,1,State 'current page' is conveyed,convey state 'current page',aria-current | ||
stateExpanded,1,State 'expanded' is conveyed,convey state 'expanded',aria-expanded | ||
stateCollapsed,1,"State of the button, 'collapsed', is conveyed","convey state of the button, 'collapsed'",aria-expanded | ||
stateCurrentPage,1,"State of the link, 'current page' is conveyed","convey state of the link, 'current page'",aria-current | ||
stateExpanded,1,"State of the button, 'expanded' is conveyed","convey state of the button, 'expanded'",aria-expanded |
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
Oops, something went wrong.