mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark ff video tests as failing (#14406)
This commit is contained in:
parent
bfab9222a6
commit
29f880153e
@ -346,6 +346,7 @@ it.describe('screencast', () => {
|
|||||||
it.fixme(!headless, 'Fails on headed');
|
it.fixme(!headless, 'Fails on headed');
|
||||||
it.fixme(browserName === 'webkit' && platform === 'win32');
|
it.fixme(browserName === 'webkit' && platform === 'win32');
|
||||||
it.fixme(browserName === 'firefox' && trace === 'on', 'https://github.com/microsoft/playwright/issues/10060');
|
it.fixme(browserName === 'firefox' && trace === 'on', 'https://github.com/microsoft/playwright/issues/10060');
|
||||||
|
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/14405');
|
||||||
|
|
||||||
const size = { width: 320, height: 240 };
|
const size = { width: 320, height: 240 };
|
||||||
// Set viewport equal to screencast frame size to avoid scaling.
|
// Set viewport equal to screencast frame size to avoid scaling.
|
||||||
@ -375,6 +376,7 @@ it.describe('screencast', () => {
|
|||||||
|
|
||||||
it('should work for popups', async ({ browser, server, browserName, trace }, testInfo) => {
|
it('should work for popups', async ({ browser, server, browserName, trace }, testInfo) => {
|
||||||
it.fixme(browserName === 'firefox' && trace === 'on', 'https://github.com/microsoft/playwright/issues/10060');
|
it.fixme(browserName === 'firefox' && trace === 'on', 'https://github.com/microsoft/playwright/issues/10060');
|
||||||
|
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/14405');
|
||||||
const videosPath = testInfo.outputPath('');
|
const videosPath = testInfo.outputPath('');
|
||||||
const size = { width: 450, height: 240 };
|
const size = { width: 450, height: 240 };
|
||||||
const context = await browser.newContext({
|
const context = await browser.newContext({
|
||||||
@ -691,6 +693,7 @@ it.describe('screencast', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should capture full viewport on hidpi', async ({ browserType, browserName, headless }, testInfo) => {
|
it('should capture full viewport on hidpi', async ({ browserType, browserName, headless }, testInfo) => {
|
||||||
|
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/14405');
|
||||||
it.fail(browserName === 'firefox', 'The actual picture is smaller than video frame');
|
it.fail(browserName === 'firefox', 'The actual picture is smaller than video frame');
|
||||||
it.fail(browserName === 'chromium' && !headless, 'The square is not on the video');
|
it.fail(browserName === 'chromium' && !headless, 'The square is not on the video');
|
||||||
const size = { width: 400, height: 400 };
|
const size = { width: 400, height: 400 };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user