mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 20:33:47 +00:00
refactor(e2e): skip flaky test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user