Verified Commit 0f4d8306 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3443748 by NexusNovaz, smustgrave: Testcase creates false positive

(cherry picked from commit 565a9f14)
parent be2b4ec3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -263,13 +263,13 @@ public function testLocalTaskBlockCache() {
    $this->drupalLogin($this->drupalCreateUser([
      'administer content types',
      'administer permissions',
      'administer account settings',
    ]));
    $this->drupalCreateContentType(['type' => 'page']);

    // Only the Edit task. The block avoids showing a single tab.
    $this->drupalGet('/admin/config/people/accounts');
    // @@todo Add assertion here to check the page was actually visited.
    // https://www.drupal.org/project/drupal/issues/3443748
    $this->assertSession()->statusCodeEquals(200);
    $this->assertNoLocalTasks();

    // Only the Edit and Manage permission tabs.