-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7802f57
commit 4f08d11
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", () => {}); | ||
}); |