cy: timeout on dom to 1 sec

This commit is contained in:
Jean-Baptiste Pasquier 2020-09-17 13:27:46 +02:00
parent 0441d5fb1a
commit 79ad8f4104
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"baseUrl": "http://127.0.0.1:3000",
"defaultCommandTimeout": 4000,
"defaultCommandTimeout": 1000,
"chromeWebSecurity": false,
"viewportWidth": 1920,
"viewportHeight": 1080,