diff --git a/tests/src/FunctionalJavascript/CommerceWebDriverTestBase.php b/tests/src/FunctionalJavascript/CommerceWebDriverTestBase.php
index 7db4726f..9546a5cb 100644
--- a/tests/src/FunctionalJavascript/CommerceWebDriverTestBase.php
+++ b/tests/src/FunctionalJavascript/CommerceWebDriverTestBase.php
@@ -162,14 +162,4 @@ abstract class CommerceWebDriverTestBase extends WebDriverTestBase {
     $this->assertJsCondition($condition, 10000);
   }
 
-  /**
-   * {@inheritdoc}
-   *
-   * @return \Drupal\FunctionalJavascriptTests\JSWebAssert
-   *   A new web-assert option for asserting the presence of elements with.
-   */
-  public function assertSession($name = NULL) {
-    return new JSWebAssert($this->getSession($name), $this->baseUrl);
-  }
-
 }
