diff options
Diffstat (limited to 'modules/blog/blog.test')
-rw-r--r-- | modules/blog/blog.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test index 658640a9b..5994d6e29 100644 --- a/modules/blog/blog.test +++ b/modules/blog/blog.test @@ -157,6 +157,7 @@ class BlogTestCase extends DrupalWebTestCase { $this->assertResponse(200); $this->assertTitle('Blogs | Drupal', t('Blog page was displayed')); $this->assertText(t('Home'), t('Breadcrumbs were displayed')); + $this->assertLink(t('Create new blog entry.')); // Confirm a blog page was displayed per user. $this->drupalGet('blog/' . $user->uid); |