full-lighter-7311
01/05/2023, 3:20 PMmysterious-psychiatrist-29678
01/05/2023, 3:22 PMfull-lighter-7311
01/05/2023, 3:32 PMfull-lighter-7311
01/05/2023, 3:33 PMfull-lighter-7311
01/05/2023, 3:34 PMfull-lighter-7311
01/05/2023, 3:34 PMbest-flower-17510
01/05/2023, 3:57 PMambitious-kite-44982
01/05/2023, 4:04 PMnice-lifeguard-81070
01/06/2023, 6:57 AMstraight-spoon-64191
01/06/2023, 9:41 AMmysterious-psychiatrist-29678
01/06/2023, 1:25 PMCypress.Commands.add('moveForward', () => {
cy.contains('[role="button"]', 'Next')
.click()
cy.intercept({
url: 'https://management.azure.com/batch?api-version=2020-06-01',
headers: {
'x-ms-command-name': '{ Microsoft_Azure_CreateUIDef.BatchNextTick:0,GetSubRGs.-1:1,Services.ArmLocations.getLocForResTypes.-1:16}'
}
}).as('reponseFromBackend')
cy.wait('@reponseFromBackend', {timeout: 10000})
})
bitter-fountain-36713
01/06/2023, 2:26 PMnutritious-analyst-96582
01/06/2023, 2:26 PMbitter-fountain-36713
01/06/2023, 2:27 PMmysterious-psychiatrist-29678
01/06/2023, 2:30 PMbitter-fountain-36713
01/06/2023, 2:31 PM/api/Telemetry
?mysterious-psychiatrist-29678
01/06/2023, 2:39 PMbitter-fountain-36713
01/06/2023, 2:47 PMmysterious-psychiatrist-29678
01/06/2023, 2:48 PMpolite-painting-51763
01/06/2023, 3:27 PMmysterious-psychiatrist-29678
01/06/2023, 3:53 PMgray-kilobyte-89541
01/06/2023, 4:16 PMhallowed-translator-47432
01/06/2023, 6:36 PMbored-van-76450
01/07/2023, 5:30 AMpurple-afternoon-2408
01/07/2023, 10:41 AMCypress detected that an uncaught error was thrown from a cross origin script
This error is from a third party plugin however, it does not break the page.cool-planet-811
01/07/2023, 6:31 PMdescribe("template spec", () => {
it("should login", () => {
cy.visit("https://www.duolingo.com/");
cy.get("#onetrust-accept-btn-handler").click();
cy.get('button[data-test="have-account"]').click();
cy.get('input[data-test="email-input"]').type(USERNAME);
cy.get('input[data-test="password-input"]').type(PASSWORD);
cy.wait(3000);
cy.get('button[data-test="register-button"]').click();
});
});
But when I run it, I get the following error
(uncaught exception)Error: Script error. Cypress detected that an uncaught error was thrown from a cross origin script. We cannot provide you the stack trace, line number, or file where this error occurred. Check your Developer Tools Console for the actual error - it should be printed there. It's possible to enable debugging these scripts by adding the crossorigin attribute and setting a CORS header.
And I get nothing in the console. I tried on FF and Chrome, tried to disable web security and some other things, nothing works... Any idea, tips?clean-processor-42509
01/07/2023, 8:18 PMgifted-vase-76896
01/08/2023, 4:39 AM