-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACMS-19412-Reporting accessibility violations in a PR comment (#19625)
* Reporting accessibility violations in a PR comment * Running a test that is known to generate accessibility violations * Updating path for no such file or directory * Fix formatting * fixing script to use a variable in equality check * Stop failing cypress tests on accessibility violations * Testing PR comment length * Revert changes for comment testing
- Loading branch information
1 parent
e4eaa09
commit fef4eb9
Showing
3 changed files
with
37 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/cypress/integration/features/content_type/benefits_detail_page.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@content_type__benefits_detail_page | ||
Feature: Content Type: Benefits Detail Page | ||
|
||
@skip @critical_path | ||
@critical_path | ||
Scenario: Log in and create a benefits detail page | ||
Given I am logged in as a user with the "content_admin" role | ||
Then I create a "page" node |
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