test: refer to the upstream Firefox bug (#22364)

There's no action on our side to fix this.

Fixes https://github.com/microsoft/playwright/issues/21550
This commit is contained in:
Andrey Lushnikov 2023-04-12 17:37:21 +00:00 committed by GitHub
parent 8bb708be70
commit 2977c2b539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ test.describe('cli codegen', () => {
});
test('should upload a single file', async ({ page, openRecorder, browserName, asset, isLinux }) => {
test.fixme(browserName === 'firefox' && isLinux, 'https://github.com/microsoft/playwright/issues/21550');
test.fixme(browserName === 'firefox' && isLinux, 'https://bugzilla.mozilla.org/show_bug.cgi?id=1827551');
const recorder = await openRecorder();
await recorder.setContentAndWait(`
<form>
@ -136,7 +136,7 @@ test.describe('cli codegen', () => {
});
test('should upload multiple files', async ({ page, openRecorder, browserName, asset, isLinux }) => {
test.fixme(browserName === 'firefox' && isLinux, 'https://github.com/microsoft/playwright/issues/21550');
test.fixme(browserName === 'firefox' && isLinux, 'https://bugzilla.mozilla.org/show_bug.cgi?id=1827551');
const recorder = await openRecorder();
await recorder.setContentAndWait(`
<form>
@ -167,7 +167,7 @@ test.describe('cli codegen', () => {
});
test('should clear files', async ({ page, openRecorder, browserName, asset, isLinux }) => {
test.fixme(browserName === 'firefox' && isLinux, 'https://github.com/microsoft/playwright/issues/21550');
test.fixme(browserName === 'firefox' && isLinux, 'https://bugzilla.mozilla.org/show_bug.cgi?id=1827551');
const recorder = await openRecorder();
await recorder.setContentAndWait(`
<form>