--- 3005352-8.patch 2019-10-16 18:07:29.944494000 +0530 +++ 3005352-11.patch 2019-10-17 14:53:21.981795200 +0530 @@ -1,7 +1,16 @@ diff --git a/core/tests/Drupal/Tests/WebAssert.php b/core/tests/Drupal/Tests/WebAssert.php -index 08c54a1a8c..7b296263ae 100644 +index 08c54a1a8c..53645c83a8 100644 --- a/core/tests/Drupal/Tests/WebAssert.php +++ b/core/tests/Drupal/Tests/WebAssert.php +@@ -27,7 +27,7 @@ class WebAssert extends MinkWebAssert { + * Constructor. + * + * @param \Behat\Mink\Session $session +- * The Behat session object; ++ * The Behat session object. + * @param string $base_url + * The base URL of the site under test. + */ @@ -74,7 +74,7 @@ public function buttonExists($button, TraversableElement $container = NULL) { $node = $container->findButton($button);