Skip to content
Snippets Groups Projects
Commit 7c04e073 authored by Guillaume Delhumeau's avatar Guillaume Delhumeau
Browse files

XWIKI-12772: Create extension points for the top menu and stop hardcoding its content.

* Fix tests.
parent 1228b691
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,7 @@ public String getHTMLMetaDataValue(String metaName)
*/
public boolean isAuthenticated()
{
return getDriver().hasElementWithoutWaiting(
By.xpath("//div[@id='xwikimainmenu']//li[contains(@class, 'navbar-avatar')]//img"));
return getDriver().hasElementWithoutWaiting(By.id("tmUser"));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment