Skip to content

Commit

Permalink
Next test todos
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitchinson committed Mar 3, 2024
1 parent 8a31028 commit 0f3f5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/main-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ test.describe("Editing", () => {
});

// todo: test.describe("Deleting", () => {});
// deleting one and three, assert 2
// deleting on under edit, assert 2 and form is empty

test("clicking header 3 times logs a debug message", async ({ page }) => {
let debugPrinted = false;
Expand Down

0 comments on commit 0f3f5e2

Please sign in to comment.