Closed Vinai closed 1 year ago
Since demo.hyva.io is configured to EUR, some tests where failing. As a solution I added an environment variable to set the currency symbol. If the env var is not set, it will default to $ (the previous value)
$
CYPRESS_CURRENCY_SYMBOL="€" npx cypress run
Now the only failing test is the Newsletter spec, which for some reason seems to be disabled on demo.hyva.io. I'll see if that can be changed.
Since demo.hyva.io is configured to EUR, some tests where failing.
As a solution I added an environment variable to set the currency symbol. If the env var is not set, it will default to
$
(the previous value)