Skip to content

Commit

Permalink
Merge pull request #5390 from mozilla/e2e-failures
Browse files Browse the repository at this point in the history
Fix expected settings E2E test URL
  • Loading branch information
flozia authored Dec 9, 2024
2 parents f49c5a4 + c6c9e14 commit 03fc451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/specs/dashboard/dashboard-navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test.describe(`${process.env.E2E_TEST_ENV} - Breaches Dashboard - Navigation @sm
//testrail's step 1
await dashboardPage.goToDashboard();
await goToHrefOf(dashboardPage.settingsPageLink);
await expect(page).toHaveURL(/\/settings$/);
await expect(page).toHaveURL(/.*\/settings.*/);

//testrail's step 2
await goToHrefOf(dashboardPage.dashboardPageLink);
Expand Down

0 comments on commit 03fc451

Please sign in to comment.