Skip to content
Snippets Groups Projects
Commit bbea0524 authored by m4olivei's avatar m4olivei Committed by iberdinsky-skilld
Browse files

Issue #3483209: Fix test

parent 3cfae452
No related branches found
No related tags found
1 merge request!11172Issue #3483209 by mogtofu33, finnsky, pdureau: Navigation leverage icon core API
......@@ -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