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

XWIKI-12219: Remove "edit rights" at page level and add a section in the space...

XWIKI-12219: Remove "edit rights" at page level and add a section in the space administration to edit WebHome's rights.

* Fix functional test.
parent 9b29711d
No related branches found
No related tags found
No related merge requests found
......@@ -1035,6 +1035,8 @@ public boolean isInCreateMode()
{
return getDriver().getCurrentUrl().contains("/create/");
}
public boolean isInAdminMode() { return getDriver().getCurrentUrl().contains("/admin/"); }
/**
* Forces the current user to be the Guest user by clearing all coookies.
......
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