Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / inline_form_errors / tests / src / FunctionalJavascript / FormErrorHandlerQuickEditTest.php
index b956cccbd0bdb0b527bf6ad0806a5f13648dac90..00dc3d3f622360c2fdb181cef35ce018ea1bd6b4 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\Tests\inline_form_errors\FunctionalJavascript;
 
-use Drupal\FunctionalJavascriptTests\JavascriptTestBase;
+use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 use Drupal\node\Entity\NodeType;
 
 /**
@@ -10,7 +10,7 @@ use Drupal\node\Entity\NodeType;
  *
  * @group inline_form_errors
  */
-class FormErrorHandlerQuickEditTest extends JavascriptTestBase {
+class FormErrorHandlerQuickEditTest extends WebDriverTestBase {
 
   /**
    * Modules to enable.