Skip to content

Commit

Permalink
Merge pull request #482 from Xpirix/fix_test
Browse files Browse the repository at this point in the history
Fix playwright test
  • Loading branch information
Xpirix authored Nov 22, 2024
2 parents 9786457 + 0c4e38c commit 78f85e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright/ci-test/tests/fixtures/community-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export class CommunityPage {
});
this.qgisDocumentationLink = this.page.getByRole("link", {
name: "QGIS Documentation",
exact: true,
});
this.translateQGISLink = this.page.getByRole("link", {
name: "Translate QGIS",
Expand Down

0 comments on commit 78f85e7

Please sign in to comment.