Skip to content

Commit

Permalink
test(e2e): update springwolf-ui channels selector
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Dec 14, 2024
1 parent 35ace81 commit 3d50469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions springwolf-examples/e2e/util/page_object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import { Locator, Page } from "@playwright/test";

export function locateChannels(locator: Page | Locator) {
return locator.locator("section#channels article");
return locator.locator("article#channels article");
}

export function locateChannelItems(locator: Page | Locator) {
return locator.locator("section#channels article > mat-card");
return locator.locator("article#channels article > mat-card");
}

export function locateChannel(
Expand Down

0 comments on commit 3d50469

Please sign in to comment.