Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / FunctionalJavascriptTests / Core / Session / SessionTest.php
index e02e0dfb0f02afe47c26f8cf1c6386692fd941e3..fa2d541c8a8b18f1e0ce24865a3198c4632f48eb 100644 (file)
@@ -48,13 +48,10 @@ class SessionTest extends JavascriptTestBase {
     // number of times.
     $this->drupalGet('<front>');
 
-    $session_assert = $this->assertSession();
-
     $page = $this->getSession()->getPage();
 
     for ($i = 0; $i < 25; $i++) {
       $page->clickLink('Link to front page');
-      $session_assert->statusCodeEquals(200);
     }
   }