Skip to content

Commit 46bfe4e

Browse files
committed
catch
1 parent e238b8b commit 46bfe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals-integration-tests/src/tests/signals-vanilla/signals-ingestion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test('ingestion not enabled -> will not send the signal', async ({ page }) => {
1212
})
1313

1414
await indexPage.fillNameInput('John Doe')
15-
const promise = await indexPage.waitForSignalsApiFlush()
15+
const promise = await indexPage.waitForSignalsApiFlush().catch(() => {})
1616

1717
await expect(promise).rejects.toThrow()
1818
})

0 commit comments

Comments
 (0)