Skip to content

Commit 3b542c9

Browse files
committed
fix new test
1 parent 53cf65b commit 3b542c9

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/browser-integration-tests/suites/metrics/metricsShim

1 file changed

+2
-2
lines changed

dev-packages/browser-integration-tests/suites/metrics/metricsShim/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expect } from '@playwright/test';
33
import { sentryTest } from '../../../utils/fixtures';
44
import { shouldSkipMetricsTest } from '../../../utils/helpers';
55

6-
sentryTest('exports shim metrics integration for non-tracing bundles', async ({ getLocalTestPath, page }) => {
6+
sentryTest('exports shim metrics integration for non-tracing bundles', async ({ getLocalTestUrl, page }) => {
77
// Skip in tracing tests
88
if (!shouldSkipMetricsTest()) {
99
sentryTest.skip();
@@ -22,7 +22,7 @@ sentryTest('exports shim metrics integration for non-tracing bundles', async ({
2222
});
2323
});
2424

25-
const url = await getLocalTestPath({ testDir: __dirname });
25+
const url = await getLocalTestUrl({ testDir: __dirname });
2626

2727
await page.goto(url);
2828

0 commit comments

Comments
 (0)