chore: include headless in the flaky test expectation (#9316)

This commit is contained in:
Alex Rudenko 2022-11-23 15:11:26 +01:00 committed by GitHub
parent 611ed7080e
commit da92055e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2120,7 +2120,7 @@
{ {
"testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should survive cross-process navigation", "testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should survive cross-process navigation",
"platforms": ["darwin", "linux", "win32"], "platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "headful"], "parameters": ["firefox"],
"expectations": ["PASS", "FAIL"] "expectations": ["PASS", "FAIL"]
} }
] ]