diff --git a/test/TestExpectations.json b/test/TestExpectations.json index b6a5f1618e1..59e7b50e10b 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2135,6 +2135,18 @@ "parameters": ["cdp", "firefox"], "expectations": ["FAIL"] }, + { + "testIdPattern": "[queryhandler.spec] Query handler tests P selectors should work ARIA selectors with name and role", + "platforms": ["linux"], + "parameters": ["cdp", "firefox"], + "expectations": ["FAIL"] + }, + { + "testIdPattern": "[queryhandler.spec] Query handler tests P selectors should work ARIA selectors with role", + "platforms": ["linux"], + "parameters": ["cdp", "firefox"], + "expectations": ["FAIL"] + }, { "testIdPattern": "[queryhandler.spec] Query handler tests P selectors should work with deep combinators", "platforms": ["darwin", "linux", "win32"],