fix: flappy e2e test ()

* fix: flappy e2e test

* lint
This commit is contained in:
Min Idzelis 2025-04-23 23:30:13 -04:00 committed by GitHub
parent 37f5e6e2cb
commit dab4870fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions
e2e/src/web/specs

View file

@ -55,7 +55,6 @@ test.describe('Shared Links', () => {
await page.goto(`/share/${sharedLink.key}`);
await page.getByRole('heading', { name: 'Test Album' }).waitFor();
await page.getByRole('button', { name: 'Download' }).click();
await page.getByText('DOWNLOADING', { exact: true }).waitFor();
await page.waitForEvent('download');
});