X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FFunctionalJavascriptTests%2FCore%2FSession%2FSessionTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FFunctionalJavascriptTests%2FCore%2FSession%2FSessionTest.php;h=f4a180038242fb9917faa20eff10bdde3874a246;hp=fa2d541c8a8b18f1e0ce24865a3198c4632f48eb;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php index fa2d541c8..f4a180038 100644 --- a/web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php +++ b/web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php @@ -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}