Update index.test.ts
This commit is contained in:
parent
cd7f9abcec
commit
f5318ea7d7
@ -705,7 +705,7 @@ describe("E2E Tests for API Routes", () => {
|
|||||||
const depth = new URL(url).pathname.split("/").filter(Boolean).length;
|
const depth = new URL(url).pathname.split("/").filter(Boolean).length;
|
||||||
expect(depth).toBeLessThanOrEqual(1);
|
expect(depth).toBeLessThanOrEqual(1);
|
||||||
});
|
});
|
||||||
}, 120000);
|
}, 180000);
|
||||||
|
|
||||||
it.concurrent("should return a successful response for a valid crawl job with includeHtml set to true option", async () => {
|
it.concurrent("should return a successful response for a valid crawl job with includeHtml set to true option", async () => {
|
||||||
const crawlResponse = await request(TEST_URL)
|
const crawlResponse = await request(TEST_URL)
|
||||||
|
Loading…
Reference in New Issue
Block a user