Open opsaaaaa opened 5 years ago
when running docker-compose run --rm salsa bash ./cucumber.sh the test that run with javascript pass. when you run
docker-compose run --rm salsa bash ./cucumber.sh
docker-compose run --rm salsa bash cucumber features/name_of_test.feature RAILS_ENV=test
the test with javascript fail.
docker-compose run --rm salsa bash xvfb-run -a bundle exec cucumber features/name_of_test.feature RAILS_ENV=test
this works
when running
docker-compose run --rm salsa bash ./cucumber.sh
the test that run with javascript pass. when you runthe test with javascript fail.