File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev-packages/browser-integration-tests/suites/metrics/metricsShim Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { expect } from '@playwright/test';
3
3
import { sentryTest } from '../../../utils/fixtures' ;
4
4
import { shouldSkipMetricsTest } from '../../../utils/helpers' ;
5
5
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 } ) => {
7
7
// Skip in tracing tests
8
8
if ( ! shouldSkipMetricsTest ( ) ) {
9
9
sentryTest . skip ( ) ;
@@ -22,7 +22,7 @@ sentryTest('exports shim metrics integration for non-tracing bundles', async ({
22
22
} ) ;
23
23
} ) ;
24
24
25
- const url = await getLocalTestPath ( { testDir : __dirname } ) ;
25
+ const url = await getLocalTestUrl ( { testDir : __dirname } ) ;
26
26
27
27
await page . goto ( url ) ;
28
28
You can’t perform that action at this time.
0 commit comments