Skip to content
Snippets Groups Projects
Unverified Commit 99db0d51 authored by m4olivei's avatar m4olivei
Browse files

Issue #3483209: Fix test

parent 0b510e7b
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ public function testNavigationUserBlockFallback(): void {
$this->drupalLogin($this->normalUser);
// We should see the users name in the navigation menu in a link.
$rendered_user_name = $this->cssSelect('a.toolbar-button--icon--wrapper')[0]->getText();
$rendered_user_name = $this->cssSelect('a.toolbar-button--icon--navigation-user-links-user-wrapper')[0]->getText();
$this->assertEquals('My Account', $rendered_user_name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment