Skip to content

Commit

Permalink
fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 28, 2024
1 parent f2ba18f commit c935831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sentryTest('captureException works', async ({ getLocalTestUrl, page }) => {
expect(eventData.message).toBe('Test exception');
});

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sentryTest('should capture a simple error with message', async ({ getLocalTestUr
});
});

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

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

0 comments on commit c935831

Please sign in to comment.