Issue #1833928 by Berdir: Fixed Random test failure in Drupal\user\Tests\UserAccountLinksTests.

8.0.x
webchick 2012-11-08 21:49:05 -08:00
parent 0ba152a90f
commit dda716ea25
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class UserAccountLinksTests extends WebTestBase {
$this->assertTitle('Request new password' . $title_suffix, "Page title of /user/register is 'Request new password' for anonymous users."); $this->assertTitle('Request new password' . $title_suffix, "Page title of /user/register is 'Request new password' for anonymous users.");
// Tests the default fallback title. // Tests the default fallback title.
$this->drupalGet('user/password/' . $this->randomString()); $this->drupalGet('user/password/' . $this->randomName());
$this->assertTitle('User account' . $title_suffix, "Fallback page title for user pages is 'User account' for anonymous users."); $this->assertTitle('User account' . $title_suffix, "Fallback page title for user pages is 'User account' for anonymous users.");
// Check the page title for registered users is "My Account" in menus. // Check the page title for registered users is "My Account" in menus.