Skip to content

Commit

Permalink
Add a note for future PDF tests
Browse files Browse the repository at this point in the history
  • Loading branch information
monachilada committed Jun 14, 2024
1 parent 6e12614 commit 30eb762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/dito/tests/e2e/preCheck.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,9 @@ test.describe("test result page", () => {
.isChecked();
expect(negative).toBe(true);
});
// test("generates PDF with user input", async ({ page }) => {
// test("generates correct PDF in negative case", async ({ page }) => {

// TODO:
// test("negative reasoning is be provided to PDF", async ({ page }) => {

test("result page links to documentation", async ({ page }) => {
await page.goto(PATH_PRECHECK);
Expand Down

0 comments on commit 30eb762

Please sign in to comment.