Skip to content

Commit cc313a7

Browse files
committed
test: remove application-menu.feature file
1 parent 2151863 commit cc313a7

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

tests/e2e/cucumber/features/navigation/applicationMenu.feature

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/e2e/support/objects/a11y/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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}`

0 commit comments

Comments
 (0)