diff options
-rw-r--r-- | modules/user/user.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test index 402317f7b..fccfb1349 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -1214,7 +1214,7 @@ class UserBlocksUnitTests extends DrupalWebTestCase { $this->assertNoText(t('User login'), t('Logged in.')); // Check that we are still on the same page. - $this->assertPattern('!<title.*?' . t('Permissions') . '.*?</title>!', t('Still on the same page after login for access denied page')); + $this->assertRaw('<a href="/admin/people/permissions" class="active">', t('Still on the same page after login for access denied page')); // Now, log out and repeat with a non-403 page. $this->drupalLogout(); |