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';
33import { sentryTest } from '../../../utils/fixtures' ;
44import { 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
You can’t perform that action at this time.
0 commit comments