Skip to content

Commit

Permalink
Merge pull request #494 from Xpirix/fix_e2e_test
Browse files Browse the repository at this point in the history
Fix playwright e2e test
  • Loading branch information
Xpirix authored Dec 3, 2024
2 parents d2e8e05 + f4782b4 commit 080a223
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 080a223

Please sign in to comment.