Loading core/tests/Drupal/Tests/DocumentElement.php +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Behat\Mink\Element\Element; use Behat\Mink\Element\TraversableElement; use Drupal\FunctionalJavascriptTests\WebDriverCurlService; use WebDriver\Exception\CurlExec; use WebDriver\Exception; /** * Document element. Loading Loading @@ -100,7 +100,7 @@ public function waitFor($timeout, $callback) { try { return call_user_func($callback, $element); } catch (CurlExec $e) { catch (Exception $e) { return NULL; } }; Loading Loading
core/tests/Drupal/Tests/DocumentElement.php +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use Behat\Mink\Element\Element; use Behat\Mink\Element\TraversableElement; use Drupal\FunctionalJavascriptTests\WebDriverCurlService; use WebDriver\Exception\CurlExec; use WebDriver\Exception; /** * Document element. Loading Loading @@ -100,7 +100,7 @@ public function waitFor($timeout, $callback) { try { return call_user_func($callback, $element); } catch (CurlExec $e) { catch (Exception $e) { return NULL; } }; Loading