We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48751dc commit 3d6da29Copy full SHA for 3d6da29
tests/env_file.spec.ts
@@ -5,6 +5,8 @@ const chromium_flags = ['--enable-features=SharedArrayBuffer'];
5
const iframe_selector = 'iframe[src*="webcontainer.io/"]';
6
7
test('.env file: no timeout error occurs when switching a tutorials without a .env file to one with it', async () => {
8
+ test.setTimeout(60000);
9
+
10
const context = await chromium.launchPersistentContext('', { args: chromium_flags });
11
const page = context.pages()[0];
12
await page.bringToFront();
0 commit comments