- Issue created by @Ankita31
- Status changed to Postponed: needs info
6 months ago 6:33pm 28 July 2024
After I upgraded my drupal site from 9.5 to 10.1.5 I made the required changes on FunctionalJavascriptTestBase:
from
abstract class FunctionalJavascriptTestBase extends ExistingSiteWebDriverTestBase
to
abstract class FunctionalJavascriptTestBase extends ExistingSiteSelenium2DriverTestBase
but while running the tests I am getting this error: Behat\Mink\Exception\DriverException: Could not open connection: Failed to connect to localhost port 4444 after 2 ms: Couldn't connect to server
I am using docker for my local setup, chrome image is up but using network_mode: host so I can't add this port 4444 in my docker-compose file.
Please suggest how can I make this work
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.