mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 01:59:04 +08:00
screenshot should not be undefined also
This commit is contained in:
parent
70d81ca69e
commit
9d64c8eedc
@ -64,6 +64,7 @@ describe('FirecrawlApp E2E Tests', () => {
|
||||
expect(response.data?.markdown).toContain("_Roast_");
|
||||
expect(response.data?.html).toContain("<h1");
|
||||
expect(response.data?.rawHtml).toContain("<h1");
|
||||
expect(response.data?.screenshot).not.toBeUndefined();
|
||||
expect(response.data?.screenshot).not.toBeNull();
|
||||
expect(response.data?.links).not.toBeNull();
|
||||
expect(response.data?.links?.length).toBeGreaterThan(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user