File tree Expand file tree Collapse file tree 3 files changed +8
-20
lines changed
e2e-playwright/specs/navigation
cucumber/features/navigation Expand file tree Collapse file tree 3 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 1+ ######################################################################
2+ # USED FOR CI ONLY #
3+ # Run the test suite only if the changes are in the listed packages. #
4+ # #
5+ # List of web packages that affect this test suite. #
6+ ######################################################################
7+
8+ web-app-navigation
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ export class Accessibility {
9595 const violations = await a11yObject . getSevereAccessibilityViolations ( include )
9696 allViolations . push ( ...violations )
9797 }
98- console . log ( 'called!' )
9998 expect (
10099 allViolations ,
101100 `Found ${ allViolations . length } severe accessibility violations in ${ selectorLabel } `
You can’t perform that action at this time.
0 commit comments