Skip to content
Snippets Groups Projects
Unverified Commit 1fa85db5 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Remove api call check (#28052)

parent 7ef8c11e
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,9 @@ describe("scenarios > auth > password", { tags: "@external" }, () => {
it("should not show the app bar when previously logged in", () => {
cy.signInAsAdmin();
cy.intercept("GET", "/api/user/current").as("getUser");
cy.visit("/auth/forgot_password");
cy.get("@getUser.all").should("have.length", 0);
cy.icon("gear").should("not.exist");
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment