Ensure first argument is interpreted as a string (#14479)
This commit is contained in:
parent
09bd6ca95f
commit
32bec44156
1 changed files with 1 additions and 1 deletions
2
bin/e2e
2
bin/e2e
|
|
@ -30,7 +30,7 @@ printf "Starting the test runner...\n\n"
|
|||
|
||||
bundle exec rails assets:precompile;
|
||||
|
||||
if [ $1 = "--creator-onboarding-seed" ]; then
|
||||
if [ "$1" = "--creator-onboarding-seed" ]; then
|
||||
echo "Running E2E tests with creator onboarding seed data"
|
||||
CYPRESS_RAILS_CYPRESS_OPTS="--config-file cypress.dev.json" RAILS_ENV=test E2E=true CREATOR_ONBOARDING_SEED_DATA=1 E2E_FOLDER=creatorOnboardingFlows bundle exec rake cypress:open
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue