Use correct variable to trigger visual regression test

This commit is contained in:
Gerhard 2019-07-25 15:28:07 +02:00
parent 49a969a11c
commit e8dff32c88
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [[ ${RUN_E2E} == 1 ]]; then
if [[ ${RUN_VIS_REGRESSION} == 1 ]]; then
WP_SITE_URL="http://localhost:8080"