Skip to content

Commit

Permalink
third option
Browse files Browse the repository at this point in the history
  • Loading branch information
Vucis committed May 22, 2024
1 parent 4d3d864 commit ef68caf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/cypress/e2e/HomePageTests.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ describe("Homepage functionality not logged in ", () => {
it("Center button Login", () => {
cy.visit("/");
cy.contains("Peristerónas");
cy.get(
"div.MuiContainer-root.MuiContainer-maxWidthSm.css-cuefkz-MuiContainer-root"
cy.contains(
"Welcome to Peristerónas, the online submission platform of UGent"
)
.parent()
.contains("Login")
.should("be.visible")
.should("have.attr", "href")
Expand Down

0 comments on commit ef68caf

Please sign in to comment.