Skip to content

Commit 281fbe4

Browse files
chore: fixed some e2e tests; they seem flaky locally
1 parent 7d346a8 commit 281fbe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bciers/apps/administration-e2e/tests/workflows/industry_user/select-operator-with-beforeAll.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test.describe("Test select operator paths with beforeAll", () => {
130130
// 🔍 Assert operator confirmation message
131131
await selectOperatorPage.msgConfirmOperatorIsVisible();
132132
// 👉 Action route return
133-
await selectOperatorPage.routeReturn();
133+
await selectOperatorPage.routeBack();
134134
// 🔍 Assert operator confirmation message
135135
await selectOperatorPage.msgSelectOpertorIsVisible();
136136
});

bciers/apps/administration-e2e/utils/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export enum MessageTextOperatorSelect {
8787
NO_ACCESS = "You do not currently have access to",
8888
NO_ADMIN = "does not have Administrator access set up",
8989
OPERATOR_CONFIRM = "Kindly confirm if this is the operator that you represent.",
90-
REQUEST_ACCESS_CONFIRMED = "Your access request has been sent to the Administrator(s) of",
90+
REQUEST_ACCESS_CONFIRMED = "Your access request has been sent to the Administrator(s) of Existing Operator 14 Legal Name for review.",
9191
REQUEST_ACCESS_ADMIN_CONFIRMED = "Your access request as administrator for Operator 1 Legal Name has been received by ministry staff and will be reviewed shortly.",
9292
REQUEST_ACCESS_DECLINED = "Your access request was declined by an Administrator of Existing Operator 2 Legal Name", //"Your access request was declined by an Administrator",
9393
REQUEST_ACCESS_ADMIN_DECLINED = "Your administrator access request for New Operator 13 Legal Name was declined",

0 commit comments

Comments
 (0)