com.atlassian.confluence.webdriver.editor
Class EditorUiTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
      extended by com.atlassian.confluence.webdriver.editor.EditorUiTest

public class EditorUiTest
extends AbstractInjectableWebDriverTest

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.


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
EditorUiTest()
           
 
Method Summary
 void setUp()
           
 void testCreateTemplate()
           
 void testFullEditBlog()
           
 void testFullEditPage()
           
 void testQuickCommentOnBlog()
           
 void testQuickCommentOnPage()
           
 void testQuickEditBlog()
           
 void testQuickEditPage()
           
 void testSlowCommentOnPage()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorUiTest

public EditorUiTest()
Method Detail

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-2014 Atlassian. All Rights Reserved.