diff --git a/tests/test-pilots.spec.ts b/tests/test-pilots.spec.ts index 70a3f6e..5d35e7f 100644 --- a/tests/test-pilots.spec.ts +++ b/tests/test-pilots.spec.ts @@ -129,7 +129,6 @@ test('sign_pdf', async ({ page }) => { await page.getByRole('link', { name: ' Data' }).click(); await page.getByRole('link', { name: 'Import data ' }).click(); await page.getByLabel('Signature with Eidas1').selectOption('signerDNIe004.pfx'); - await page.pause(); await page.getByLabel('Schema').selectOption('1'); await page.getByText('ID HUB PANGEA idhub_admin@pangea.org Dashboard Users View users Add user Roles').click(); //await page.getByLabel('File to import').click(); @@ -176,6 +175,7 @@ test('sign_pdf', async ({ page }) => { const download2Promise = page.waitForEvent('download'); await page.getByRole('link', { name: 'Download as PDF (Spanish)' }).click(); const download2 = await download2Promise; + await page.pause(); }); test('login', async ({ page }) => {