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

XWIKI-12925: Add better titles for "Rights" and "Page Rights" in the space administration.

* Fix test.
parent 1484d550
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ public void verifyGlobalAndSpaceSections()
Assert.assertTrue(spaceAdministrationPage.hasSection("Presentation"));
Assert.assertTrue(spaceAdministrationPage.hasSection("Elements"));
Assert.assertTrue(spaceAdministrationPage.hasSection("Rights: Page & Children"));
Assert.assertTrue(spaceAdministrationPage.hasSection("Rights: Page"));
Assert.assertTrue(spaceAdministrationPage.hasSection("PageAndChildrenRights"));
Assert.assertTrue(spaceAdministrationPage.hasSection("PageRights"));
// All those sections should not be present
Assert.assertTrue(spaceAdministrationPage.hasNotSection("Editing"));
......
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