Skip to content

Commit

Permalink
catch
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljackins committed Oct 22, 2024
1 parent e238b8b commit 46bfe4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test('ingestion not enabled -> will not send the signal', async ({ page }) => {
})

await indexPage.fillNameInput('John Doe')
const promise = await indexPage.waitForSignalsApiFlush()
const promise = await indexPage.waitForSignalsApiFlush().catch(() => {})

await expect(promise).rejects.toThrow()
})
Expand Down

0 comments on commit 46bfe4e

Please sign in to comment.