fix tests
This commit is contained in:
+3
-2
@@ -3,9 +3,10 @@
|
||||
"browsers": "all",
|
||||
"concurrency": 1,
|
||||
"screenshots": {
|
||||
"path": "e2e-screenshots"
|
||||
"path": "e2e-screenshots",
|
||||
"takeOnFails": true
|
||||
},
|
||||
"skipJsErrors": false,
|
||||
"skipJsErrors": true,
|
||||
"appCommand": "npm run serve",
|
||||
"appInitDelay": 2000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user