Skip to content

Commit

Permalink
All tests passgit add testgit add test
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Devarakonda <devardee@amazon.com>
  • Loading branch information
devardee committed Feb 1, 2024
1 parent ec2b623 commit 988f220
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/cypress/e2e/saml/saml_auth_test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ describe('Log in via SAML', () => {
const gotoUrl = `http://localhost:5601/goto/${response.urlId}?security_tenant=global`;
cy.visit(gotoUrl, {
failOnStatusCode: false,
}).then(() => {
samlLogin();
cy.getCookie('security_authentication').should('exist');
});

cy.getCookie('security_authentication').should('exist');
});
});
});

0 comments on commit 988f220

Please sign in to comment.