automate common testing for pilots #1

Merged
pedro merged 10 commits from test_oidc_flow into master 2024-04-04 09:54:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6185da96c8 - Show all commits

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