only in patch2: unchanged: --- a/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php +++ b/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php @@ -107,11 +107,6 @@ public function testDisplayRevisionTab() { $this->drupalGet('node/' . $node->id() . '/edit'); $this->submitForm($edit, 'Save'); - $this->assertSession()->addressEquals($node->toUrl()); - // Verify that no link to revisions is displayed since the type - // has the 'create new revision' setting unset. - $this->assertSession()->linkNotExists('Revisions'); - // Verify the checkbox is unchecked on the node edit form. $this->drupalGet('node/' . $node->id() . '/edit'); $this->assertSession()->checkboxNotChecked('edit-revision');