diff --git a/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php b/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php index a58da9d..4cf8f95 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php @@ -60,7 +60,7 @@ public function testRoleUpgrade() { // Check that the role visibility setting for the who's online block still // exists. - $this->drupalGet('admin/structure/block/add/user_online_block/bartik'); + $this->drupalGet('admin/structure/block/add/views_block:who_s_online-who_s_online_block/bartik'); // @todo Blocks are not being upgraded. // $this->assertFieldChecked('edit-visibility-role-roles-5', "Who's online block visibility setting is correctly set for the long role name.");