✅(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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user