Issue #1833928 by Berdir: Fixed Random test failure in Drupal\user\Tests\UserAccountLinksTests.
parent
0ba152a90f
commit
dda716ea25
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue