Skip to content

Commit 29ba246

Browse files
chore: fix pnpm-lock and playwright package
1 parent 44ac0f8 commit 29ba246

3 files changed

Lines changed: 37 additions & 36 deletions

File tree

pnpm-lock.yaml

Lines changed: 35 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/statusPage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { test } from 'playwright/test'
1+
import { test } from '@playwright/test'
22
import { env } from './utils/env'
33

44
const statusEndpoint = `${env.testDomain}/${env.integrationPath}/status`

test/e2e/visitorId.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { env } from './utils/env'
2-
import { test } from 'playwright/test'
2+
import { test } from '@playwright/test'
33
import { waitFor } from './utils/waitFor'
44
import { areVisitorIdAndRequestIdValid } from './utils/requestIdVisitorIdValidator'
55

0 commit comments

Comments
 (0)