Skip to content
Snippets Groups Projects
Commit e30a2b48 authored by Jennifer Spencer's avatar Jennifer Spencer
Browse files

refactor: add selector timeout to test script

parent 396c76ae
No related branches found
No related tags found
1 merge request!54106 e2e login test
......@@ -34,7 +34,7 @@
"start:styleguide": "docker-compose run --no-deps -p 6060:6060 app yarn run styleguide",
"styleguide": "styleguidist server",
"test": "jest",
"test:e2e": "NODE_ENV=test testcafe \"${BROWSER:-chrome}\" 'test/**/*.e2e.js'"
"test:e2e": "NODE_ENV=test testcafe --selector-timeout 20000 \"${BROWSER:-chrome}\" 'test/**/*.e2e.js'"
},
"lint-staged": {
"*.css": "stylelint",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment