jeudi 25 juillet 2019

Cypress wont pass the login page

We have a SAML2.0 and I am writing a test for the login page, but Cypress wont pass the test. The error I am receiving is: SecurityError: blocked from accessing a cross-origin frame. How can I bypass this?

describe("Login", () => { 
    it("First Test", () => { 
        cy.visit("http://localhost:4200"); 
    });    
});


Aucun commentaire:

Enregistrer un commentaire