diff --git a/e2e/utils/currentTimeEntry.ts b/e2e/utils/currentTimeEntry.ts index 5de2771b..0d8ce070 100644 --- a/e2e/utils/currentTimeEntry.ts +++ b/e2e/utils/currentTimeEntry.ts @@ -49,6 +49,7 @@ export async function stoppedTimeEntryResponse( return page.waitForResponse(async (response) => { return ( response.status() === 200 && + response.url().includes('/time-entries/') && (await response.headerValue('Content-Type')) === 'application/json' && (await response.json()).data.id !== null &&