Skip to content

Commit

Permalink
ci: enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Nov 13, 2024
1 parent f3e0fda commit 9291711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/e2e/tests/note.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe("NOTE TESTS", () => {
await Tests.fromText(note.body).isVisible();
});

it.only("Delete & restore a note", async () => {
it("Delete & restore a note", async () => {
await Tests.prepare();
await Tests.createNote();
await Tests.fromId(notesnook.listitem.menu).waitAndTap();
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/e2e/tests/vault.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe("VAULT", () => {
await openLockedNote();
});

it.only("Remove note from vault", async () => {
it("Remove note from vault", async () => {
await Tests.prepare();
await Tests.createNote();
await lockNote();
Expand Down

0 comments on commit 9291711

Please sign in to comment.