diff -u b/core/modules/views/src/Tests/Plugin/PagerTest.php b/core/modules/views/src/Tests/Plugin/PagerTest.php --- b/core/modules/views/src/Tests/Plugin/PagerTest.php +++ b/core/modules/views/src/Tests/Plugin/PagerTest.php @@ -71,7 +71,7 @@ $edit = array( 'pager[type]' => 'mini', ); - $this->drupalPostForm('admin/structure/views/nojs/display/test_store_pager_settings/default/pager', $edit, t('Apply')); + $this->drupalPostForm('admin/structure/views/nojs/display/test_view/default/pager', $edit, t('Apply')); $this->drupalGet('admin/structure/views/view/test_view/edit'); $this->assertText('Mini', 'Changed pager plugin, should change some text');