drupalGet('test-comment-row'); $result = $this->xpath('//article[contains(@class, "comment")]'); $this->assertEqual(1, count($result), 'One rendered comment found.'); } }