Skip to content

Commit bcde6c3

Browse files
author
Ives van Hoorne
committed
Add test sandbox
1 parent 7945d23 commit bcde6c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
211 KB
Loading

integration-tests/tests/sandboxes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SANDBOXES.forEach(sandbox => {
3737
browser = await browser;
3838
const page = await browser.newPage();
3939
await page.goto('http://localhost:3001/#' + id);
40-
await page.waitForSelector(root);
40+
await page.waitForSelector(root, { timeout: 45000 });
4141
await page.waitFor(2000);
4242

4343
// const html = await page.evaluate(() => document.body.innerHTML);

0 commit comments

Comments
 (0)