refactor(e2e): skip flaky test

This commit is contained in:
Carlos Valente
2025-04-12 12:53:02 +02:00
parent 402d10055b
commit 3f3ecce7b2
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();