From d8b025c2e32ef0c503c063b2238d59a9b1d00439 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 26 Mar 2024 18:39:37 +0100 Subject: [PATCH] oidc_flow: quit pause debug there no longer needed --- tests/test-pilots.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-pilots.spec.ts b/tests/test-pilots.spec.ts index d5f4443..70a3f6e 100644 --- a/tests/test-pilots.spec.ts +++ b/tests/test-pilots.spec.ts @@ -86,7 +86,6 @@ test('oidc_flow', async ({ page }) => { await page.getByRole('link', { name: 'Add Identity ' }).click(); await page.getByPlaceholder('Label').click(); await page.getByPlaceholder('Label').fill('default'); - await page.pause(); // TODO where? // TODO report bug, if selected the wrong credential here, se queda colgado await page.getByLabel('Type').selectOption('1');