Skip to content

Commit

Permalink
add todo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Nov 28, 2024
1 parent 7802f57 commit 4f08d11
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions cypress/e2e/account.cy.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
describe("Account", () => {
// it.skip("User can create a new account", () => {});
// it.skip("User can sign in with their account", () => {});
// it.skip("User can update their user profile", () => {});
// it.skip("User can update their password", () => {});
// it.skip("User can reset their password", () => {});
// it.skip("User can update their email address", () => {});
// it.skip("User can delete their account from Ara", () => {});
describe("Account management", () => {
// it.skip("User can create a new account", () => {});
// it.skip("User can sign in with their account", () => {});
// it.skip("User can update their user profile", () => {});
// it.skip("User can update their password", () => {});
// it.skip("User can reset their password", () => {});
// it.skip("User can update their email address", () => {});
// it.skip("User can delete their account from Ara", () => {});
});

describe("Audits list", () => {});
// it.skip("User can access all their audits", () => {});
// it.skip("User profile info are prefilled on new audits", () => {});
});

0 comments on commit 4f08d11

Please sign in to comment.