Skip to content

Commit

Permalink
Update platforms expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo-Feldmann committed Jun 26, 2023
1 parent c8b8236 commit 8303347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/e2e/campaign.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test.describe("Campaign", () => {
)
await expect(statsValues).toHaveCount(3)
await expect(statsValues.nth(0)).toContainText("1")
await expect(statsValues.nth(1)).toContainText("713")
await expect(statsValues.nth(1)).toContainText("8")
await expect(statsValues.nth(2)).toBeVisible()

await expect(page.locator("[data-cy=mapboxgl-map]")).toBeVisible()
Expand Down

0 comments on commit 8303347

Please sign in to comment.