chore: roll folio to 0.3.13 (#4215)
This commit is contained in:
parent
14f069eac6
commit
ba7949359f
1500
package-lock.json
generated
1500
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -68,7 +68,7 @@
|
|||
"electron": "^9.2.1",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-plugin-notice": "^0.9.10",
|
||||
"folio": "=0.3.11",
|
||||
"folio": "=0.3.13",
|
||||
"formidable": "^1.2.2",
|
||||
"ncp": "^2.0.0",
|
||||
"node-stream-zip": "^1.11.3",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ import type { Browser, BrowserContext, BrowserContextOptions, BrowserType, Launc
|
|||
export { expect, config } from 'folio';
|
||||
|
||||
// Test timeout for e2e tests is 30 seconds.
|
||||
config.timeout = Math.max(config.timeout, 30000);
|
||||
config.timeout = 30000;
|
||||
|
||||
// Parameters ------------------------------------------------------------------
|
||||
// ... these can be used to run tests in different modes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue