Skip to content

Commit

Permalink
Add one more test.todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Dec 3, 2024
1 parent 6c183e4 commit ea18fcf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ describe("when the VerifySubmissionEmail component renders", () => {
expect(screen.queryByLabelText("Email address")).toBeInTheDocument();
});
it.todo("should not display an error message");
it.todo(
"shows sessionId and local authority in the application details table",
);
});

describe("when the user submits a correct email address", () => {
Expand Down

0 comments on commit ea18fcf

Please sign in to comment.