mb increase another time?

This commit is contained in:
Pavel Murygin 2022-02-22 21:02:48 +03:00
parent c239be12f2
commit 2fc15f36bc
2 changed files with 7 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe('smoke test', () => {
await page.goto(uri);
console.log('waiting for fluence to connect...');
await page.waitForTimeout(1000);
await page.waitForTimeout(2000);
console.log('clicking button...');
await page.click('#btn');

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "examples",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}