Loading core/modules/views/tests/src/Functional/Wizard/BasicTest.php +0 −3 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/modules/views/tests/src/Functional/Wizard/BasicTest.php +0 −3 Original line number Diff line number Diff line Loading @@ -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); Loading