Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Aug 21, 2024
1 parent a3cfb3b commit 0a97b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/specs/Personalization/C17409728.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ test("Test C17409728: Automatically sends interact event when using applyProposi

await t.click("#page-header");

await responseStatus(edgeEndpointLogs.requests, [200, 204]);
await responseStatus(edgeEndpointLogs.requests, [200, 204, 207]);
await t.expect(edgeEndpointLogs.count(() => true)).eql(1);

// TODO: Testcafe no longer captures the request body for sendBeacon requests.
Expand Down

0 comments on commit 0a97b9d

Please sign in to comment.