Contribution Date
Technology
Contribution Project
Contribution Details
-
+++ 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
-
+++ 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 Issue Link
Contribution Link
Files count
0
Patches count
0