.../tests/src/Functional/ContentTranslationPendingRevisionsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionsTest.php b/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionsTest.php index 7bb2080..51810ed 100644 --- a/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionsTest.php +++ b/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionsTest.php @@ -200,8 +200,8 @@ public function testOverview() { $revision_deletion_href = $revision_deletion_url->toString(); $this->getSession()->getDriver()->click("//a[@href='$revision_deletion_href']"); $this->drupalPostForm(NULL, [],'Delete'); -// $this->drupalGet($overview_url); -// $this->assertSession()->linkByHrefExists($it_delete_href); // This is failing due to a stale dynamic page cache entry. + $this->drupalGet($overview_url); + $this->assertSession()->linkByHrefExists($it_delete_href); // TODO $this->drupalGet($it_delete_url);