Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tch1b0 committed Jun 30, 2024
1 parent f77104e commit 635c93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/support/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @ts-ignore
Cypress.Commands.add("login", () => {
cy.visit("/admin/login");
cy.wait(200);
cy.wait(1000);
cy.fixture("admin").then((credentials) => {
cy.get("input").first().type(credentials["username"]);
cy.get("input").last().type(credentials["password"]);
Expand Down

0 comments on commit 635c93b

Please sign in to comment.