File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev-packages/browser-integration-tests/suites/tracing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { sentryTest } from '../../../utils/fixtures';
33import { shouldSkipTracingTest } from '../../../utils/helpers' ;
44import { waitForStreamedSpan , waitForStreamedSpans } from '../../../utils/spanUtils' ;
55
6- sentryTest ( 'should link spans with addLink() in trace context' , async ( { getLocalTestUrl, page } ) => {
6+ sentryTest ( 'links spans with addLink() in trace context' , async ( { getLocalTestUrl, page } ) => {
77 if ( shouldSkipTracingTest ( ) ) {
88 sentryTest . skip ( ) ;
99 }
@@ -30,7 +30,7 @@ sentryTest('should link spans with addLink() in trace context', async ({ getLoca
3030 } ) ;
3131} ) ;
3232
33- sentryTest ( 'should link spans with addLink() in nested startSpan() calls' , async ( { getLocalTestUrl, page } ) => {
33+ sentryTest ( 'links spans with addLink() in nested startSpan() calls' , async ( { getLocalTestUrl, page } ) => {
3434 if ( shouldSkipTracingTest ( ) ) {
3535 sentryTest . skip ( ) ;
3636 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { sentryTest } from '../../../../utils/fixtures';
33import { shouldSkipTracingTest } from '../../../../utils/helpers' ;
44import { getSpanOp , waitForStreamedSpans } from '../../../../utils/spanUtils' ;
55
6- sentryTest ( 'should create spans for XHR requests' , async ( { getLocalTestUrl, page } ) => {
6+ sentryTest ( 'creates spans for XHR requests' , async ( { getLocalTestUrl, page } ) => {
77 if ( shouldSkipTracingTest ( ) ) {
88 sentryTest . skip ( ) ;
99 }
You can’t perform that action at this time.
0 commit comments