test(e2e): disambiguate settings and uploader selectors
This commit is contained in:
parent
dca1a9b35d
commit
8566206911
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@ test.describe('Document deletion flow', () => {
|
||||||
await expectNoDocumentLink(page, 'sample.epub');
|
await expectNoDocumentLink(page, 'sample.epub');
|
||||||
|
|
||||||
// Uploader should be visible when no docs remain
|
// Uploader should be visible when no docs remain
|
||||||
await expect(page.locator('input[type=file]')).toBeVisible({ timeout: 10000 });
|
await expect(page.locator('input[type=file]').first()).toBeVisible({ timeout: 10000 });
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue