shy-accountant-52090
08/20/2022, 9:51 AMlimited-agency-13286
08/20/2022, 5:26 PMdamp-glass-84607
08/20/2022, 8:07 PMdamp-glass-84607
08/20/2022, 8:08 PMdamp-glass-84607
08/20/2022, 8:08 PMdamp-glass-84607
08/20/2022, 8:10 PMdamp-glass-84607
08/20/2022, 8:10 PMwitty-motorcycle-41092
08/20/2022, 8:20 PMwitty-motorcycle-41092
08/20/2022, 8:22 PMchromeWebSecurity: false,
but for some reason Cypress does not detect that the iframe has loaded.damp-glass-84607
08/20/2022, 8:24 PMacceptable-hamburger-48790
08/21/2022, 5:48 AMacceptable-hamburger-48790
08/21/2022, 5:49 AMdamp-glass-84607
08/21/2022, 6:13 AMacceptable-hamburger-48790
08/21/2022, 6:41 AMdamp-glass-84607
08/21/2022, 6:44 AMacceptable-hamburger-48790
08/21/2022, 6:45 AMacceptable-hamburger-48790
08/21/2022, 6:49 AMdamp-glass-84607
08/21/2022, 6:50 AMjolly-machine-52750
08/21/2022, 1:52 PMcypress/e2e/pages/payments.cy.js
, cypress/e2e/error-page.cy.js
. None of them is visible.
while in the Settings it does show 2 matches -helpful-coat-87654
08/22/2022, 7:59 AMwitty-branch-52439
08/22/2022, 11:34 AMsparse-piano-30763
08/22/2022, 12:24 PMsparse-piano-30763
08/22/2022, 12:25 PMbrash-army-33335
08/22/2022, 12:36 PMacceptable-hamburger-48790
08/22/2022, 12:45 PMbrash-army-33335
08/22/2022, 12:55 PMwooden-parrot-13301
08/22/2022, 1:02 PMTypeError: Cannot read property 'uid' of undefined while parsing file: ...
Anyone knows what can be causing this?brash-army-33335
08/22/2022, 1:10 PMadventurous-arm-91375
08/22/2022, 1:39 PMjavascript
cy.session("admin", () => {
const headers = {}
headers[cfAccessCookieId] = cfAccessId; // CF-Access-Client-Id
headers[cfAccessCookieSecret] = cfAccessSecret // CF-Access-Client-Secret
cy.request({
url: fromBaseUrl(),
headers,
}) // <- This request make everything crash
},
{
validate() {
cy.request('/').its('status').should('eq', 200)
},
})
Errors I had in logs are the following:
- TypeError: Invalid character in header content ["CF-Access-Client-Id"]
- Error: socket hang up
I'm really out of ideas, I don't understand why the behaviour is different, node version is the same. cypress too...adventurous-arm-91375
08/22/2022, 1:39 PM