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
if [ -f docker-compose.selenium-chrome_extras.yaml ]; then
14
+
if grep -q '#ddev-generated' docker-compose.selenium-chrome_extras.yaml; then
15
+
rm -f docker-compose.selenium-chrome_extras.yaml
16
+
else
17
+
echo "Unwilling to remove '$DDEV_APPROOT/.ddev/docker-compose.selenium-chrome_extras.yaml' because it does not have #ddev-generated in it; you can manually delete it if it is safe to delete."
# --window-size=1920,1080 is needed to fix random timeouts in tests. See: https://community.latenode.com/t/selenium-webdriver-timeout-issue-when-running-in-headless-mode-with-c/21952/4
0 commit comments