test-pilots: move pause page to the end

This commit is contained in:
pedro 2024-04-02 13:47:19 +02:00
parent d8b025c2e3
commit 16c612762c
1 changed files with 1 additions and 1 deletions

View File

@ -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 }) => {