com.atlassian.confluence.webdriver.editor
Class EditorDoubleClickToEditTest

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

public class EditorDoubleClickToEditTest
extends AbstractInjectableWebDriverTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
EditorDoubleClickToEditTest()
           
 
Method Summary
 void setUp()
           
 void testDoubleClickHidesPropertyPanel()
          opening the edit macro dialog by double-clicking hides the property panel
 void testDoubleClickInsideBodiedMacroDoesNotOpenEditDialog()
          double-click inside the body of a macro does nothing (the browser wouldn't do)
 void testDoubleClickOnCodeBlockBodiedMacroTitle()
          double-click on a bodied macro's title opens the edit macro dialog
 void testDoubleClickOnInfoBodiedMacroTitle()
           
 void testDoubleClickOnInlineMacro()
          double-click on a macro opens the edit macro dialog
 
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
 

Constructor Detail

EditorDoubleClickToEditTest

public EditorDoubleClickToEditTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testDoubleClickOnInlineMacro

public void testDoubleClickOnInlineMacro()
double-click on a macro opens the edit macro dialog


testDoubleClickOnCodeBlockBodiedMacroTitle

public void testDoubleClickOnCodeBlockBodiedMacroTitle()
double-click on a bodied macro's title opens the edit macro dialog


testDoubleClickOnInfoBodiedMacroTitle

public void testDoubleClickOnInfoBodiedMacroTitle()

testDoubleClickInsideBodiedMacroDoesNotOpenEditDialog

public void testDoubleClickInsideBodiedMacroDoesNotOpenEditDialog()
double-click inside the body of a macro does nothing (the browser wouldn't do)


testDoubleClickHidesPropertyPanel

public void testDoubleClickHidesPropertyPanel()
opening the edit macro dialog by double-clicking hides the property panel



Copyright © 2003–2015 Atlassian. All rights reserved.