(e2e) flaky saves the doc when we quit pages

Stop to check "saves the doc when we quit pages"
with webkit browser. It is flaky.
This commit is contained in:
Anthony LC
2024-06-06 11:32:11 +02:00
committed by Anthony LC
parent 615f92ded3
commit 206c7f11ae

View File

@@ -149,6 +149,9 @@ test.describe('Pad Editor', () => {
});
test('it saves the doc when we quit pages', async ({ page, browserName }) => {
// eslint-disable-next-line playwright/no-skipped-test
test.skip(browserName === 'webkit', 'This test is very flaky with webkit');
const [pad] = await createPad(page, 'pad-save-quit', browserName, 1);
const panel = page.getByLabel('Documents panel').first();