This commit is contained in:
David Nguyen
2026-02-26 14:32:28 +11:00
parent 6425b242f0
commit 18d092f415
3 changed files with 14 additions and 7 deletions
@@ -262,8 +262,6 @@ test.describe('PDF Viewer Rendering', () => {
await fileChooser.setFiles(path.join(__dirname, '../../../../assets/example.pdf'));
await page.waitForTimeout(2000);
await page.getByRole('button', { name: 'Continue' }).click();
await expect(page.locator(PDF_PAGE_SELECTOR).first()).toBeVisible({ timeout: 30_000 });