Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / FunctionalJavascriptTests / Core / Session / SessionTest.php
index fa2d541c8a8b18f1e0ce24865a3198c4632f48eb..f4a180038242fb9917faa20eff10bdde3874a246 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\FunctionalJavascriptTests\Core\Session;
 
-use Drupal\FunctionalJavascriptTests\JavascriptTestBase;
+use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 use Drupal\menu_link_content\Entity\MenuLinkContent;
 
 /**
@@ -10,7 +10,7 @@ use Drupal\menu_link_content\Entity\MenuLinkContent;
  *
  * @group session
  */
-class SessionTest extends JavascriptTestBase {
+class SessionTest extends WebDriverTestBase {
 
   /**
    * {@inheritdoc}