From 3b1a584826a599b86c1cf5e52446069c3c43a6ab Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 6 Mar 2017 15:11:53 +0000 Subject: [PATCH] Issue #2857846 by swentel: Remove obsolete get call in ViewsBulkTest --- core/modules/views/src/Tests/Plugin/ViewsBulkTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/views/src/Tests/Plugin/ViewsBulkTest.php b/core/modules/views/src/Tests/Plugin/ViewsBulkTest.php index d7df00a25ee2..269f5b05b5cf 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'); -- GitLab