Skip to content

Commit c935831

Browse files
committed
fix test typo
1 parent f2ba18f commit c935831

File tree

2 files changed

+2
-2
lines changed
  • dev-packages/browser-integration-tests
    • loader-suites/loader/noOnLoad/captureException
    • suites/public-api/captureException/simpleError

2 files changed

+2
-2
lines changed

dev-packages/browser-integration-tests/loader-suites/loader/noOnLoad/captureException/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sentryTest('captureException works', async ({ getLocalTestUrl, page }) => {
1313
expect(eventData.message).toBe('Test exception');
1414
});
1515

16-
sentryTest('should capture a correct SDK metadata', async ({ getLocalTestUrl, page }) => {
16+
sentryTest('should capture correct SDK metadata', async ({ getLocalTestUrl, page }) => {
1717
const url = await getLocalTestUrl({ testDir: __dirname });
1818
const req = await waitForErrorRequestOnUrl(page, url);
1919

dev-packages/browser-integration-tests/suites/public-api/captureException/simpleError/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sentryTest('should capture a simple error with message', async ({ getLocalTestUr
2323
});
2424
});
2525

26-
sentryTest('should capture a correct SDK metadata', async ({ getLocalTestUrl, page }) => {
26+
sentryTest('should capture correct SDK metadata', async ({ getLocalTestUrl, page }) => {
2727
const isCdn = (process.env.PW_BUNDLE || '').startsWith('bundle');
2828

2929
const url = await getLocalTestUrl({ testDir: __dirname });

0 commit comments

Comments
 (0)