Class AbstractEditorWebDriverTest
- java.lang.Object
-
- com.atlassian.confluence.webdriver.selenium3.AbstractEditorAwareWebDriverTest
-
- com.atlassian.confluence.webdriver.selenium3.AbstractEditorWebDriverTest
-
public abstract class AbstractEditorWebDriverTest extends AbstractEditorAwareWebDriverTest
Base class for Confluence Editor WebDriver tests Makes it easier to run all the tests in the same Confluence editor page sequentially.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.webdriver.selenium3.AbstractEditorAwareWebDriverTest
cancelAnyAlert, cancelAnyAlertClassRule, editorContent, editorPage, ignoreRule, logPageSourceRule, logTimeRule, product, rpc, webDriverScreenshotRule
-
-
Constructor Summary
Constructors Constructor Description AbstractEditorWebDriverTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setupEditor()
-
Methods inherited from class com.atlassian.confluence.webdriver.selenium3.AbstractEditorAwareWebDriverTest
clearContent, clearSession, setupServer
-
-
-
-
Method Detail
-
setupEditor
public static void setupEditor() throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
-