diff --git a/apps/remix-ide/ci/browser_tests_chrome_1.sh b/apps/remix-ide/ci/browser_tests_chrome_1.sh index c415ec2fdc..706f49127b 100755 --- a/apps/remix-ide/ci/browser_tests_chrome_1.sh +++ b/apps/remix-ide/ci/browser_tests_chrome_1.sh @@ -15,7 +15,7 @@ sleep 5 npm run build:e2e -TESTFILES=$(grep -IRiL "disabled" dist/apps/remix-ide-e2e/src/tests | sort | circleci tests split --split-by=timings) +TESTFILES=$(grep -IRiL "disabled" dist/apps/remix-ide-e2e/src/tests/**/*.test.js | sort | circleci tests split --split-by=timings) for TESTFILE in $TESTFILES; do npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js $TESTFILE --env=chrome || TEST_EXITCODE=1 done