Skip to content

Commit c68897f

Browse files
committed
test(e2e): remove redundant wait - rely on Playwright auto-waiting
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 2cf2b9c commit c68897f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

playwright/e2e/sign-herself-with-click-to-sign.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test('sign herself with click to sign', async ({ page }) => {
3333
)
3434

3535
await page.goto('./apps/libresign')
36-
await page.waitForLoadState('networkidle')
3736
await page.getByRole('button', { name: 'Upload from URL' }).click();
3837
await page.getByRole('textbox', { name: 'URL of a PDF file' }).fill('https://raw.githubusercontent.com/LibreSign/libresign/main/tests/php/fixtures/pdfs/small_valid.pdf');
3938
await page.getByRole('button', { name: 'Send' }).click();

0 commit comments

Comments
 (0)