You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that this issue was filed before, but that was with a different implementation where they were able to circumvent the issue by commenting out the require line.
> Cannot destructure property 'HTTP2_HEADER_CONTENT_ENCODING' of 'http2.constants' as it is undefined.
When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
Cypress could not associate this error to any specific test.
We dynamically generated a new test to display this failure.
at Object.eval ([webpack:///./node_modules/gmail-tester/node_modules/googleapis-common/build/src/http2.js:25:7](http://localhost:53696/__/#))
at ./node_modules/gmail-tester/node_modules/googleapis-common/build/src/http2.js (http://localhost:53696/__cypress/tests?p=cypress/e2e/1-getting-started/login.cy.ts:60765:30)
at __webpack_require__ ([webpack:///webpack/bootstrap:19](http://localhost:53696/__/#))
at Object.eval ([webpack:///./node_modules/gmail-tester/node_modules/googleapis-common/build/src/apirequest.js:23:11](http://localhost:53696/__/#))
at ./node_modules/gmail-tester/node_modules/googleapis-common/build/src/apirequest.js (http://localhost:53696/__cypress/tests?p=cypress/e2e/1-getting-started/login.cy.ts:60159:30)
at __webpack_require__ ([webpack:///webpack/bootstrap:19](http://localhost:53696/__/#))
at ./node_modules/gmail-tester/node_modules/googleapis-common/build/src/index.js ([webpack:///./node_modules/gmail-tester/node_modules/googleapis-common/build/src/index.js:31:19](http://localhost:53696/__/#))
at __webpack_require__ ([webpack:///webpack/bootstrap:19](http://localhost:53696/__/#))
at ./node_modules/gmail-tester/node_modules/googleapis/build/src/apis/abusiveexperiencereport/index.js ([webpack:///./node_modules/gmail-tester/node_modules/googleapis/build/src/apis/abusiveexperiencereport/index.js:17:28](http://localhost:53696/__/#))
at __webpack_require__ ([webpack:///webpack/bootstrap:19](http://localhost:53696/__/#))
From previous event:
at evalScripts (http://localhost:53696/__cypress/runner/cypress_runner.js:165456:58)
at <unknown> (http://localhost:53696/__cypress/runner/cypress_runner.js:165468:152)
From previous event:
at runScriptsFromUrls (http://localhost:53696/__cypress/runner/cypress_runner.js:165468:136)
at Object.runScripts (http://localhost:53696/__cypress/runner/cypress_runner.js:165483:12)
at $Cypress.onSpecWindow (http://localhost:53696/__cypress/runner/cypress_runner.js:153515:75)
I see that this issue was filed before, but that was with a different implementation where they were able to circumvent the issue by commenting out the
require
line.My implementation is in a helper file:
The text was updated successfully, but these errors were encountered: