Skip to content

Commit 3f9ee72

Browse files
committed
test names
1 parent 8f07f87 commit 3f9ee72

File tree

2 files changed

+3
-3
lines changed
  • dev-packages/browser-integration-tests/suites/tracing

2 files changed

+3
-3
lines changed

dev-packages/browser-integration-tests/suites/tracing/linking-addLink-streamed/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { sentryTest } from '../../../utils/fixtures';
33
import { shouldSkipTracingTest } from '../../../utils/helpers';
44
import { 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
}

dev-packages/browser-integration-tests/suites/tracing/request/xhr-streamed/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { sentryTest } from '../../../../utils/fixtures';
33
import { shouldSkipTracingTest } from '../../../../utils/helpers';
44
import { 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
}

0 commit comments

Comments
 (0)