Issue #3494332 by catch, berdir, longwave, godotislate, oily, rkoller,...
Issue #3494332 by catch, berdir, longwave, godotislate, oily, rkoller, quietone: Functional Javascript tests are silently skipped on Gitlab CI due to selenium standalone configuration
5 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
$this->markTestSkipped("The test wasn't able to connect to your webdriver instance. For more information read core/tests/README.md.\n\nThe original message while starting Mink: {$e->getMessage()}");
}
else{
throw$e;
}
}
catch(\Exception$e){
$this->markTestSkipped('An unexpected error occurred while starting Mink: '.$e->getMessage());
// If it's not possible to get a mink connection ensure that mink's own
// destructor is called immediately, to avoid it being called in