Skip to content

Commit 9cd75cd

Browse files
author
Triona Doyle
committed
address further coderabbit feedback ...
Signed-off-by: Triona Doyle <tekton@example.com>
1 parent cba393e commit 9cd75cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ui-e2e/.auth/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ setup('authenticate to OpenShift Cluster', async ({ page, baseURL }) => {
5757

5858
// Save the auth state
5959
await expect(page.getByRole('navigation').first()).toBeVisible({ timeout: 15000 });
60-
await expect(page).toHaveURL(/.*dashboards.*/, { timeout: 15000 });
60+
await expect(page).toHaveURL(/(console|k8s|overview|dashboards)/i, { timeout: 15000 });
6161
await page.context().storageState({ path: authFile });
6262

6363
});

0 commit comments

Comments
 (0)