mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(screencast): mark win/webkit ac as failing (#3783)
This commit is contained in:
parent
f8e1fd7ead
commit
d6cd0224ab
@ -222,6 +222,7 @@ describe('screencast', suite => {
|
|||||||
|
|
||||||
it('should capture css transformation', test => {
|
it('should capture css transformation', test => {
|
||||||
test.fixme(options.WEBKIT && LINUX, 'Times out on bots');
|
test.fixme(options.WEBKIT && LINUX, 'Times out on bots');
|
||||||
|
test.fail(options.WEBKIT && WIN, 'Does not work on WebKit Windows');
|
||||||
}, async ({page, tmpDir, server, videoPlayer, toImpl}) => {
|
}, async ({page, tmpDir, server, videoPlayer, toImpl}) => {
|
||||||
const videoFile = path.join(tmpDir, 'v.webm');
|
const videoFile = path.join(tmpDir, 'v.webm');
|
||||||
// Set viewport equal to screencast frame size to avoid scaling.
|
// Set viewport equal to screencast frame size to avoid scaling.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user