Skip to content
Snippets Groups Projects
Commit e0336f5c authored by Simon Urli's avatar Simon Urli
Browse files

XWIKI-21452: Macros info, success, warning and error are only distinguished by colors

  * Revert some bad PO changes
parent 12b3f6a6
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ public RawChanges(WebElement container)
public boolean hasNoChanges()
{
return !getDriver().findElementsWithoutWaiting(this.container,
By.xpath("//div[@class = 'infomessage' and . = 'No changes']")).isEmpty()
By.xpath("//div[@class = 'box infomessage' and . = 'No changes']")).isEmpty()
&& getChangedEntities().isEmpty();
}
......
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