Skip to content

Commit 4e77c6d

Browse files
committed
typo
1 parent 2cb082a commit 4e77c6d

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-redirect/pageload-navigation-time

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-redirect/pageload-navigation-time/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 { envelopeRequestParser, shouldSkipTracingTest, waitForTransactionRequest } from '../../../../../utils/helpers';
44

55
sentryTest(
6-
"doesn'T create a navigation.redirect span if redirect happened more than 1.5s after pageload",
6+
"doesn't create a navigation.redirect span if redirect happened more than 1.5s after pageload",
77
async ({ getLocalTestUrl, page }) => {
88
if (shouldSkipTracingTest()) {
99
sentryTest.skip();

0 commit comments

Comments
 (0)