Skip to content

Commit 4c10448

Browse files
author
Triona Doyle
committed
address Coderabbit 'nitpick' feedback
Signed-off-by: Triona Doyle <tekton@example.com>
1 parent 3dc29b7 commit 4c10448

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +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 });
6061
await page.context().storageState({ path: authFile });
6162

6263
});

0 commit comments

Comments
 (0)