Package | Description |
---|---|
org.xwiki.test.ui.po |
Modifier and Type | Method and Description |
---|---|
EntityTreeElement |
EntityTreeElement.waitForAttachment(String spaceName,
String pageName,
String fileName)
Waits for the node corresponding to the specified attachments to be present but not selected.
|
EntityTreeElement |
EntityTreeElement.waitForAttachment(String spaceName,
String pageName,
String fileName,
boolean selected)
Waits for the node corresponding to the specified attachment to be present.
|
EntityTreeElement |
EntityTreeElement.waitForPage(String spaceName,
String pageName)
Waits for the node corresponding to the specified page to be present but not selected.
|
EntityTreeElement |
EntityTreeElement.waitForPage(String spaceName,
String pageName,
boolean selected)
Waits for the node corresponding to the specified page to be present.
|
EntityTreeElement |
EntityTreeElement.waitForPage(String spaceName,
String pageName,
String pageTitle)
Waits for the node corresponding to the specified page to be present but not selected.
|
EntityTreeElement |
EntityTreeElement.waitForPage(String spaceName,
String pageName,
String pageTitle,
boolean selected)
Waits for the node corresponding to the specified page to be present.
|
EntityTreeElement |
EntityTreeElement.waitForSpace(String spaceName)
Waits for the node corresponding to the specified space to be present but not selected.
|
EntityTreeElement |
EntityTreeElement.waitForSpace(String spaceName,
boolean selected)
Waits for the node corresponding to the specified space to be present.
|
Copyright © 2004–2021 XWiki. All rights reserved.