Skip to content

Commit

Permalink
fixed rawHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmmiller committed Nov 7, 2024
1 parent 40d8882 commit 054b73b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ describe("E2E Tests for v1 API Routes", () => {
expect(response.body.data).not.toHaveProperty("markdown");
expect(response.body.data).toHaveProperty("rawHtml");

expect(response.body.data.rawHtml).toContain("<p>This page is used for end-to-end (e2e) testing with Firecrawl.</p>");
expect(response.body.data.rawHtml).toContain("<header class=\"row-start-1\">Header</header>");
expect(response.body.data.rawHtml).toContain(">This page is used for end-to-end (e2e) testing with Firecrawl.</p>");
expect(response.body.data.rawHtml).toContain(">Header</header>");
},
30000);

Expand Down

0 comments on commit 054b73b

Please sign in to comment.