From 7e58bc536557f06020e6ee9f35aaeeb1014ec51b Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 30 Jun 2022 22:44:57 +0100
Subject: [PATCH] Issue #3291303 by Spokje: "Wierd" assertion in
 \Drupal\Tests\views\Functional\Wizard\BasicTest

---
 core/modules/views/tests/src/Functional/Wizard/BasicTest.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/core/modules/views/tests/src/Functional/Wizard/BasicTest.php b/core/modules/views/tests/src/Functional/Wizard/BasicTest.php
index 0909299bf6cb..fbbd320609d4 100644
--- a/core/modules/views/tests/src/Functional/Wizard/BasicTest.php
+++ b/core/modules/views/tests/src/Functional/Wizard/BasicTest.php
@@ -155,9 +155,6 @@ public function testViewsWizardAndListing() {
     $this->assertSession()->pageTextContains($node1->label());
     $this->assertSession()->pageTextNotContains($node2->label());
 
-    // Make sure the listing page doesn't show disabled default views.
-    $this->assertSession()->pageTextNotContains('tracker');
-
     // Create a view with only a REST export.
     $view4 = [];
     $view4['label'] = $this->randomMachineName(16);
-- 
GitLab