Modifier and Type |
Method and Description |
protected List<Content> |
createPageHierarchy(String pagePrefix,
int depth,
com.atlassian.confluence.test.stateless.fixtures.SpaceFixture space)
Create a simple hierarchy of pages where each page is the parent of the next.
|
void |
moveInsertsPageAlphabetical()
When a page is moved to a parent that does not have ordered siblings then make sure that the moved page appears
alphabetically in the list of siblings.
|
void |
testAvailabilityAndDecoration() |
void |
testBreadcrumbsRerenderOnMove() |
void |
testCannotChangeSpaceWhenNoRemovePermission() |
void |
testChangePageSpace() |
void |
testChangingSpace() |
void |
testChangingSpaceThenCancel() |
void |
testClickingPageThenCancel()
Set up a move to a new parent within the same space and then cancel and ensure that re-opening the dialog returns
the tree to it's previous unselected state.
|
void |
testDialogSize() |
void |
testEscapeClosesDialog() |
void |
testMoreSearchResultsMessage() |
void |
testMoveInsertsPageAtEnd()
When a page is moved to a parent that has ordered siblings then on the ordered list of siblings the moved page
should appear last.
|
void |
testMoveNotAvailableIfNoPageEdit() |
void |
testMoveNotAvailableIfNoSpaceEdit() |
void |
testMovePageOnCopyPage() |
void |
testMovePageOnCreatePage() |
void |
testMovePageToKnownLocation() |
void |
testMovingToSpaceWithDuplicateTitle() |
void |
testMovingToSpaceWithDuplicateTitleOfChildPage() |
void |
testMovingToSpaceWithDuplicateTitleOfDescendentPage() |
void |
testMovingToSpaceWithDuplicateTitleOfDescendentPageToTopOfSpace() |
void |
testNoSpacePickerIfNoRemovePermission()
Ensure that if the user does not have remove permission for the current space then they are not presented with a
space picker mechanism.
|
void |
testOpenMoveDialogOnPageHistory() |
void |
testOpenMoveDialogOnViewAttachments() |
void |
testOpenMoveDialogOnViewInfo() |
void |
testPageMoveWithDescendantSharedDraft() |
void |
testReorderToFirstUnderSpace() |
void |
testReorderToLastUnderSpace() |
void |
testReorderWhenNoSiblings() |
void |
testReorderWithoutMoving()
Change the order of a page within it's siblings list without first moving it to a new parent.
|
void |
testTreeCanDisplayPageWithAmpersandInTitle() |
void |
testTreeClicksDoNotNavigate() |
void |
testTreeContainsDescendantsOfMovedPage() |
void |
testTreeDoesNotShowSpaceWithNoCreatePermission() |
void |
testTreeExpandsInOtherLanguages() |
void |
testTreeExpandsToShowCurrentPageAndParent() |
void |
testTreeMoveToHomePageOfAnotherSpace() |
void |
testTreeMoveToSibling() |
void |
testTreeMoveToTopOfNewSpace() |
void |
testTreeMoveToTopOfSameSpace() |
void |
testTreeMoveWithinSameSpace() |
void |
testTreeScrollsToShowCurrentParent() |
void |
testTreeSpaceChangeDoesNotDiscardSelection()
When a selection is made in the tree and then the space is changed then that old selection should still work
if we click 'Move'.
|
void |
testTreeSpaceNamesAreProperlyEncoded() |
void |
testValidationErrorIfMovingPageBeneathItself() |