Skip to content

Commit

Permalink
Failing E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTamaki committed Feb 19, 2021
1 parent c4c6ce0 commit 3f009bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/specs/App.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ describe("App.vue", () => {
it("Menus and grapher exists", () => {
cy.visit("/");

cy.get('[data-test="app"]').find(".doesnotexist");

cy.get('[data-test="app"]').find(".grapher");

cy.get('[data-test="app"]').find(".menu-top");
Expand Down

0 comments on commit 3f009bc

Please sign in to comment.