Skip to content

Commit ed08f6a

Browse files
FIX: e2e test auth failures & disable r1 scheduled assurance
1 parent debc79c commit ed08f6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd-9-scheduled-assurance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: "preprod"
4848

4949
needs: [ run-elid-api-tests ]
50-
if: ${{ !cancelled() && (github.event_name=='schedule' || (github.event_name=='workflow_dispatch' && (inputs.release=='All' || inputs.release=='Latest R1 tag'))) }}
50+
if: ${{ !cancelled() && github.event_name=='workflow_dispatch' && inputs.release=='Latest R1 tag' }}
5151
steps:
5252
- name: "Checkout code"
5353
uses: actions/checkout@v6

e2e/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const login = async (browser: Browser, nhsLoginUsername: string): Promise
4949
await page.getByRole("button", { name: "Continue" }).click();
5050
}
5151

52-
await page.waitForURL(/\/(passkey-user-login-failed|.*\/login\/)$/, {
52+
await page.waitForURL(/\/(passkey-user-login-failed|.*\/login\/?)$/, {
5353
timeout: 30000,
5454
});
5555

0 commit comments

Comments
 (0)