Skip to content

Commit 521bb7f

Browse files
committed
Fix tests
1 parent a904a02 commit 521bb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-framework/tests/performance/trace-propagation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ test.describe('Trace propagation', () => {
3737
test('should not have trace connection for prerendered pages', async ({ page }) => {
3838
await page.goto(`/performance/static`);
3939

40-
await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0);
40+
expect(page.locator('meta[name="sentry-trace"]')).toBeUndefined()
4141
});
4242
});

0 commit comments

Comments
 (0)