Skip to content
Snippets Groups Projects
Commit 87630405 authored by andrew farquharson's avatar andrew farquharson
Browse files

Update UserPasswordResetTest.php cspell:ignore

parent 8893281b
No related branches found
No related tags found
1 merge request!10611Keep user emails plain text
......@@ -170,8 +170,9 @@ public function testUserPasswordReset(): void {
// Change the site name.
// The site name token in the email will be replaced by this one.
// cspell:ignore L\'equipe de l\'Agriculture
\Drupal::configFactory()->getEditable('system.site')->set('name', 'L\'equipe de l\'Agriculture')->save();
// Request a new password again using the email address.
// Request a new password using the email address.
$this->drupalGet('user/password');
$edit = ['name' => $this->account->getEmail()];
$this->submitForm($edit, 'Submit');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment