We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1faa0b commit f784a8fCopy full SHA for f784a8f
cypress/e2e/web_worker_requests.cy.js
@@ -32,7 +32,7 @@ describe("Web Worker Request Intercepting Tests", () => {
32
check_commons(paramsObject);
33
34
// we expect 4 requests: begin_session, end_session, healthcheck, event(event includes view and buttonClick)
35
- let expectedRequests = 4;
+ var expectedRequests = 4;
36
if (paramsObject.hc) {
37
// check hc params types, values can change
38
assert.isTrue(typeof paramsObject.hc.el === "number");
0 commit comments