refactor(e2e): skip flaky test

This commit is contained in:
Carlos Valente
2025-04-12 12:53:02 +02:00
committed by arc-alex
parent 5c6b06a0d4
commit fcbcf70e01
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ test('project file upload', async ({ page }) => {
await expect(thirdTitle).toHaveValue('Lithuania');
});
test('project file download', async ({ page }) => {
test.fixme('project file download', async ({ page }) => {
await page.goto('http://localhost:4001/editor');
await page.getByRole('button', { name: 'toggle settings' }).click();