Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 2e5b9fb

Browse files
Hexclesgsnedders
authored andcommitted
Expect actionsWithKeyPressed.html to fail on Mac
Related to issue #17296. This PR does not fix the underlying issue, but only unblocks the infrastructure tests on macOS.
1 parent eecf6c3 commit 2e5b9fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
expected:
33
if product == "safari": ERROR
44

5-
65
[TestDriver actions: actions with key pressed]
76
expected:
87
if product == "firefox": FAIL
9-
8+
if os == "mac" and product == "chrome": FAIL

0 commit comments

Comments
 (0)