Skip to content

Commit 9d9b85d

Browse files
committed
Update e2e fixtures
1 parent 0515354 commit 9d9b85d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playwright/ci-test/tests/fixtures/footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class Footer {
2424
.locator("div")
2525
.filter({ hasText: "Download" })
2626
.nth(2);
27-
this.logoImage = this.page.getByRole("img", { name: "Logo" });
27+
this.logoImage = this.page.getByRole("img", { name: "Logo" }).last();
2828
this.facebookLink = this.page.getByRole("link", { name: "" });
2929
this.youtubeLink = this.page.getByRole("link", { name: "" });
3030
this.mastodonLink = this.page

playwright/ci-test/tests/fixtures/home-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class HomePage {
1414
public readonly textList: string[] = [
1515
"Free and Open Source",
1616
"QGIS Planet",
17-
"Your go-to source for the latest posts and updates related to QGIS.",
17+
"Your go-to source for the latest posts and updates related to QGIS",
1818
];
1919

2020
constructor(public readonly page: Page) {

0 commit comments

Comments
 (0)