Skip to content

Commit

Permalink
fix: E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Jan 24, 2025
1 parent 5826f73 commit 6f7ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/pages/landingPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class LandingPage {
this.monitorLandingHeader = page.getByRole("heading", {
name: "Mozilla Monitor",
});
this.signInButton = page.getByRole("button", { name: "Sign In" });
this.signInButton = page.getByRole("button", { name: "Sign In" }).first();

// hero section
this.monitorHeroTitle = page.getByRole("heading", {
Expand Down

0 comments on commit 6f7ce20

Please sign in to comment.