Skip to content

Commit 67cdd76

Browse files
committed
feat: add viewport size configuration for same-height interactive elements scenario
Refs: #7460
1 parent 3cc081f commit 67cdd76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tools/visual-tests/tests/sample-app.routes.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ ROUTES.set('scenarios/same-height-of-all-interactive-elements', {
494494
axe: {
495495
skipFailures: false,
496496
},
497+
viewportSize: {
498+
width: 4000,
499+
height: 0,
500+
},
497501
});
498502

499503
/* Focus tests */

0 commit comments

Comments
 (0)