Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / book / tests / src / FunctionalJavascript / BookJavascriptTest.php
index d8d406b44080b4e6313b4788386c7961eabfa6d1..dc9b8125ccccda21dc2cf8eaed836a08081e29cb 100644 (file)
@@ -4,7 +4,7 @@ namespace Drupal\Tests\book\FunctionalJavascript;
 
 use Behat\Mink\Exception\ExpectationException;
 use Drupal\Component\Render\FormattableMarkup;
-use Drupal\FunctionalJavascriptTests\JavascriptTestBase;
+use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 use Drupal\node\Entity\Node;
 
 /**
@@ -12,7 +12,7 @@ use Drupal\node\Entity\Node;
  *
  * @group book
  */
-class BookJavascriptTest extends JavascriptTestBase {
+class BookJavascriptTest extends WebDriverTestBase {
 
   /**
    * {@inheritdoc}