Skip to content

Commit

Permalink
merged with remote updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukhamediyar Kudaikulov committed May 31, 2024
1 parent dab0329 commit b68f891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/specs/dashboard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ test.describe(`${process.env.E2E_TEST_ENV} - Breaches Dashboard - Data Breaches`
.E2E_TEST_ACCOUNT_EMAIL_EXPOSURES_STARTED as string;
const pwdToUse = process.env.E2E_TEST_ACCOUNT_PASSWORD as string;
expect(emailToUse).not.toBeUndefined();

expect(pwdToUse).not.toBeUndefined();
await forceLoginAs(emailToUse, pwdToUse, page, landingPage, authPage);
});

Expand Down

0 comments on commit b68f891

Please sign in to comment.