Skip to content

Commit

Permalink
Small fixes to e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Jan 4, 2024
1 parent a84f39c commit d301685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/test/playwright/e2e/attribution.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test.describe("attribution", () => {
const id = "e9d97a98-621b-4ec2-bf70-f47a74380452"
const format = "rich"

await page.goto(`${mediaType}/${id}?ff_analytics=on`)
await page.goto(`${mediaType}/${id}`)
await page.click(`[id="copyattr-${format}"]`)

const copyAttributionEvent = analyticsEvents.find(
Expand Down
4 changes: 3 additions & 1 deletion frontend/test/playwright/e2e/global-audio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import {
import breakpoints from "~~/test/playwright/utils/breakpoints"
import audio from "~~/test/playwright/utils/audio"

test.describe("Global Audio", () => {
test.describe.configure({ mode: "parallel" })

test.describe("global audio", () => {
breakpoints.describeXs(() => {
test.beforeEach(async ({ page }) => {
await preparePageForTests(page, "xs")
Expand Down

0 comments on commit d301685

Please sign in to comment.