com.atlassian.confluence.webdriver.editor
Class EditorPageLayout2Test

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

public class EditorPageLayout2Test
extends AbstractInjectableWebDriverTest


Field Summary
protected  org.openqa.selenium.WebDriver driver
           
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
EditorPageLayout2Test()
           
 
Method Summary
 void setUp()
           
 void testArrowKeysInPageLayout()
           
 void testCaretIsPositionedOnPageLoad()
           
 void testCursorTargetInPageLayout()
           
 void testEveryLayoutType()
           
 void testLayoutQuickEditIfColumnsAvailable()
           
 void testNoLayoutFullEditIfNoColumns()
           
 void testNoLayoutQuickEditIfNoColumns()
           
 void testNoLayoutWhenPageIsCreated()
           
 void testOneSectionOneCellLayoutShowsNoColumnsInViewMode()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

@Inject
protected org.openqa.selenium.WebDriver driver
Constructor Detail

EditorPageLayout2Test

public EditorPageLayout2Test()
Method Detail

setUp

public void setUp()

testNoLayoutWhenPageIsCreated

public void testNoLayoutWhenPageIsCreated()

testNoLayoutFullEditIfNoColumns

public void testNoLayoutFullEditIfNoColumns()

testNoLayoutQuickEditIfNoColumns

public void testNoLayoutQuickEditIfNoColumns()

testLayoutQuickEditIfColumnsAvailable

public void testLayoutQuickEditIfColumnsAvailable()

testOneSectionOneCellLayoutShowsNoColumnsInViewMode

public void testOneSectionOneCellLayoutShowsNoColumnsInViewMode()

testEveryLayoutType

public void testEveryLayoutType()

testArrowKeysInPageLayout

public void testArrowKeysInPageLayout()

testCaretIsPositionedOnPageLoad

public void testCaretIsPositionedOnPageLoad()

testCursorTargetInPageLayout

public void testCursorTargetInPageLayout()
                                  throws InterruptedException
Throws:
InterruptedException


Copyright © 2003–2015 Atlassian. All rights reserved.