drupalGet('test-new-comments'); $this->assertResponse(200); $new_comments = $this->cssSelect(".views-field-new-comments a:contains('1')"); $this->assertEqual(count($new_comments), 1, 'Found the number of new comments for a certain node.'); } }