From cf29fd020ea88c358a76e799813ccb9313c31931 Mon Sep 17 00:00:00 2001 From: Luke Zielinski Date: Fri, 4 Oct 2019 10:14:30 -0400 Subject: [PATCH] Restore failure expectation for actionsWithkeyPressed infra test --- .../testdriver/actions/actionsWithKeyPressed.html.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini b/infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini index 4fc91a1c2b0f2e5..c34584ceec64be4 100644 --- a/infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini +++ b/infrastructure/metadata/infrastructure/testdriver/actions/actionsWithKeyPressed.html.ini @@ -4,4 +4,4 @@ [TestDriver actions: actions with key pressed] expected: - if product == "firefox" and os == "mac": FAIL + if os == "mac" and (product == "chrome" or product=="firefox"): FAIL