com.atlassian.confluence.webdriver
Class EditorUiTest
java.lang.Object
com.atlassian.confluence.webdriver.AbstractWebDriverTest
com.atlassian.confluence.webdriver.EditorUiTest
public class EditorUiTest
- extends AbstractWebDriverTest
Tests the expected differences and similarities when the editor is invoked in various situations. This class is
currently in its infancy and is missing various tests (e.g templates) and many many assertions.
The idea is that there should be one test for each situation the editor can be in, and each test should assert
everything about the expected UI tweaks of the editor.
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest |
darkFeaturesHelper, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorUiTest
public EditorUiTest()
setUp
public void setUp()
testSlowCommentOnPage
public void testSlowCommentOnPage()
testQuickCommentOnPage
public void testQuickCommentOnPage()
testQuickCommentOnBlog
public void testQuickCommentOnBlog()
testFullEditBlog
public void testFullEditBlog()
testQuickEditBlog
public void testQuickEditBlog()
testQuickEditPage
public void testQuickEditPage()
testFullEditPage
public void testFullEditPage()
testCreateTemplate
public void testCreateTemplate()
Copyright © 2003-2013 Atlassian. All Rights Reserved.