test: mark Frame.waitForSelector test as flaky in headful Firefox (#9307)

This commit is contained in:
Alex Rudenko 2022-11-23 13:09:19 +01:00 committed by GitHub
parent 0ed361ddb7
commit 181b20fedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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