com.atlassian.confluence.webdriver.editor.content
Class WikiAutoformatUndoTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
      extended by com.atlassian.confluence.webdriver.editor.content.WikiAutoformatUndoTest

public class WikiAutoformatUndoTest
extends AbstractEditorContentWebDriverTest

Undo after autoformat These tests cover undo after autoformatting has taken place, ensuring that the use can recover when they don't want to autoformat something.


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
cancelAnyAlert, cancelAnyEditorAuiModalDialog, editor, editorContent, globalTimeout, ignoreRule, logPageSourceRule, logTimeRule, OS_CTRL_KEY, product, rpc, webDriverScreenshotRule
 
Constructor Summary
WikiAutoformatUndoTest()
           
 
Method Summary
 void testBlockquoteAutoformatCanBeUndoneWithoutALossOfCursorPosition()
           
 void testDoublePipebobDoublePipeCanBeRecoveredByUndo()
           
 void testEmoticonAutoformatCanBeUndoneWithoutALossOfCursorPosition()
           
 void testHorizontalRuleCanBeUndoneWithCorrectCursorPositioning()
           
 void testLinkAutoformatCanBeUndoneWithoutALossOfCursorPosition()
           
 void testPipebobPipeCanBeRecoveredByUndo()
           
 void testSpaceStaysAfterUndo()
           
 void testSuperscriptsCanBeUndoneWithoutALossOfCursorPosition()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
assertEditorHtml, assertEditorHtml, assertEditorHtmlContains, assertEditorHtmlDoesNotContain, assertEditorText, assertElementAttributeValue, assertElementNumberOfMatches, assertElementText, assertElementText, assertElementTextContains, clearContent, clickOnElement, ignoreBrowserDecorator, ignoreBrowserDecoratorSetup, ignoreBrowserDecoratorTearDown, insertAndWaitForFixture, insertAndWaitForFixture, placeCursorAtTheEndOfElement, placeCursorAtTheStartOfElement, pressBackspace, pressDelete, pressDown, pressEnter, pressEsc, pressLeft, pressMultipleKeys, pressReturn, pressRight, pressTab, pressUp, setupEditor, tearDownEditor, typeInTheEditor, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiAutoformatUndoTest

public WikiAutoformatUndoTest()
Method Detail

testSpaceStaysAfterUndo

public void testSpaceStaysAfterUndo()

testBlockquoteAutoformatCanBeUndoneWithoutALossOfCursorPosition

public void testBlockquoteAutoformatCanBeUndoneWithoutALossOfCursorPosition()

testHorizontalRuleCanBeUndoneWithCorrectCursorPositioning

public void testHorizontalRuleCanBeUndoneWithCorrectCursorPositioning()

testLinkAutoformatCanBeUndoneWithoutALossOfCursorPosition

public void testLinkAutoformatCanBeUndoneWithoutALossOfCursorPosition()

testEmoticonAutoformatCanBeUndoneWithoutALossOfCursorPosition

public void testEmoticonAutoformatCanBeUndoneWithoutALossOfCursorPosition()

testSuperscriptsCanBeUndoneWithoutALossOfCursorPosition

public void testSuperscriptsCanBeUndoneWithoutALossOfCursorPosition()

testPipebobPipeCanBeRecoveredByUndo

public void testPipebobPipeCanBeRecoveredByUndo()

testDoublePipebobDoublePipeCanBeRecoveredByUndo

public void testDoublePipebobDoublePipeCanBeRecoveredByUndo()


Copyright © 2003–2015 Atlassian. All rights reserved.