+++ b/core/modules/comment/src/Tests/CommentLinksTest.php
@@ -104,6 +104,18 ...

Contribution Date
Technology
Contribution Project
Contribution Details
  1. +++ b/core/modules/comment/src/Tests/CommentLinksTest.php @@ -104,6 +104,18 @@ public function testCommentLinks() { + $this->assertTrue($this->cssSelect('article > div ul:first-child'), 'Links found before comment body.');

    We need to call node page to check functionality. Input from @andypost

  2. +++ b/core/modules/comment/src/Tests/CommentLinksTest.php @@ -104,6 +104,18 @@ public function testCommentLinks() { + $this->assertTrue($this->cssSelect('article > div ul:last-child'), 'Links found after comment body.');

    Same goes here too.

Contribution Author
Files count
0
Patches count
0