Skip to content

Commit

Permalink
Updated main.cy.js add space between beforeEach and test case
Browse files Browse the repository at this point in the history
  • Loading branch information
haite4 committed Jul 22, 2024
1 parent c52df6c commit e6ede38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/main.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const mainPage = require("../pages/mainPage");
const navElements = ["app.login", "app.home", "app.register"];

describe("Verify all elements on the main page works correctly", () => {

beforeEach("navigate to the main page", () => {
mainPage.visitMainPage();
});
Expand Down

0 comments on commit e6ede38

Please sign in to comment.