You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce the error in a local ddev setup using the same docker-compose.testing.yaml that was found in DrupalPod. After changing SIMPLETEST_BASE_URL: http://localhost to SIMPLETEST_BASE_URL: $DDEV_PRIMARY_URL and removing the same env vars from .ddev/commands/web/phpunit the tests pass, but I don't get the same result in DrupalPod.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running FunctionalJavascriptTests with a default setup I see the following error:
To Reproduce
Expected behavior
Tests pass like below:
Additional context
I was able to reproduce the error in a local ddev setup using the same
docker-compose.testing.yaml
that was found in DrupalPod. After changingSIMPLETEST_BASE_URL: http://localhost
toSIMPLETEST_BASE_URL: $DDEV_PRIMARY_URL
and removing the same env vars from.ddev/commands/web/phpunit
the tests pass, but I don't get the same result in DrupalPod.The text was updated successfully, but these errors were encountered: