diff --git a/core/modules/views/src/Tests/Plugin/ViewsBulkTest.php b/core/modules/views/src/Tests/Plugin/ViewsBulkTest.php index d7df00a25ee2b3a34e14da9100d7e7f770115eef..269f5b05b5cf90156bf07a54e29ad775653c224f 100644 --- a/core/modules/views/src/Tests/Plugin/ViewsBulkTest.php +++ b/core/modules/views/src/Tests/Plugin/ViewsBulkTest.php @@ -64,7 +64,6 @@ public function testBulkSelection() { // Change the pager limit to 2. $this->config('views.view.content')->set('display.default.display_options.pager.options.items_per_page', 2)->save(); - $this->drupalGet('admin/content'); // Render the overview page again. $this->drupalGet('admin/content');