Playwright Test Actions do not end

GitHub
Merge remote-tracking branch 'origin/master' ยท The-Creative-Program...
The best weather app that's 100% OSS, collects no data and not showing any ads - Merge remote-tracking branch 'origin/master' ยท The-Creative-Programming-Group/Weather-App@a5b7ca8
1 Reply
FleetAdmiralJakob ๐Ÿ—• ๐Ÿ—— ๐Ÿ—™
Sorry guys for the post. I just used the wrong selector. The correct one is:
await expect(
page.locator("h1").filter({ hasText: "Munich" }).first(),
).toBeVisible();
await expect(
page.locator("h1").filter({ hasText: "Munich" }).first(),
).toBeVisible();
Want results from more Discord servers?
Add your server