Skip to content

Commit

Permalink
Fix playwright e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Dec 3, 2024
1 parent d2e8e05 commit f4782b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/ci-test/tests/fixtures/community-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class CommunityPage {
this.meetingsLink = this.page.getByRole("link", {
name: "Meetings",
exact: true,
});
}).first();
(this.goToMeetingsFirstLink = this.page
.getByRole("link", { name: "Go to meetings" })
.first()),
Expand Down

0 comments on commit f4782b4

Please sign in to comment.