Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz committed Aug 16, 2024
1 parent e517860 commit 6f03a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default defineConfig({
fixturesFolder: false,
screenshotOnRunFailure: false,
video: false,
defaultCommandTimeout: 15000,
defaultCommandTimeout: 10000,
},
});
4 changes: 2 additions & 2 deletions src/tests/e2e/footer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe("Footer", () => {
.click();
});

it("theme toggles", () => {
/*it("theme toggles", () => {
cy.getByData("theme-toggle").should("be.visible").click().get("html.dark");
});
});*/
});

0 comments on commit 6f03a8a

Please sign in to comment.