Commit d02c8ac0 authored by catch's avatar catch
Browse files

Issue #3291303 by Spokje: "Wierd" assertion in \Drupal\Tests\views\Functional\Wizard\BasicTest

(cherry picked from commit 7e58bc53)
parent 6f434097
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);