Skip to content

Commit

Permalink
see if this will make the test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
peggles2 committed Jan 4, 2024
1 parent c0aebf7 commit d33c4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution/ui/e2e/cypress/e2e/policy-repository.spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ describe("Policy Repository", () => {
cy.viewport("macbook-15");
cy.eregsLogin({ username, password });
cy.visit("/policy-repository");
cy.get("#logout").click();
cy.get('#oidc_logout').submit();
cy.wait(2000);
cy.url().should("include", "/admin/login");
});
Expand Down

0 comments on commit d33c4b1

Please sign in to comment.