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

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

public class EditorPageLayouts2ContentTest
extends AbstractEditorContentWebDriverTest

Tests the PL2 editor content related functionality (without saving)

Since:
5.6

Nested Class Summary
 class EditorPageLayouts2ContentTest.PageLayoutsRow
           
 
Field Summary
 org.junit.rules.Timeout globalTimeout
           
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
cancelAnyAlert, cancelAnyEditorAuiModalDialog, editor, editorContent, ignoreRule, logPageSourceRule, logTimeRule, OS_CTRL_KEY, product, rpc, webDriverScreenshotRule
 
Constructor Summary
EditorPageLayouts2ContentTest()
           
 
Method Summary
static void setupClass()
           
 void startUp()
           
static void tearDownClass()
           
 void testAddSectionFromFirstRowFirstColumn()
           
 void testAddSectionSingleColumnFromNoLayoutWithExistentContent()
           
 void testAutoformat()
           
 void testChangeSectionLayout()
           
 void testClickingOutsideCellDoesNotStillFocus()
           
 void testEnsureContentKeepsFocus()
           
 void testEveryLayoutType()
           
 void testHeadingAutoformatWorks()
           
 void testInsertTableWihAutoformatAndKeepTyping()
           
 void testMovingSectionDown()
           
 void testMovingSectionUp()
           
 void testPageLayoutCanNotBeRemovedPressingBackspace()
           
 void testPageLayoutCanNotBeRemovedPressingDelete()
           
 void testPasteContentAndKeepTyping()
           
 void testRemoveSection()
           
 void testUndo()
           
 void testUndoAfterRemovingSection()
           
 
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
 

Field Detail

globalTimeout

public org.junit.rules.Timeout globalTimeout
Constructor Detail

EditorPageLayouts2ContentTest

public EditorPageLayouts2ContentTest()
Method Detail

startUp

public void startUp()

setupClass

public static void setupClass()

tearDownClass

public static void tearDownClass()

testEveryLayoutType

public void testEveryLayoutType()

testAddSectionSingleColumnFromNoLayoutWithExistentContent

public void testAddSectionSingleColumnFromNoLayoutWithExistentContent()

testAddSectionFromFirstRowFirstColumn

public void testAddSectionFromFirstRowFirstColumn()

testRemoveSection

public void testRemoveSection()

testChangeSectionLayout

public void testChangeSectionLayout()

testUndo

public void testUndo()

testUndoAfterRemovingSection

public void testUndoAfterRemovingSection()

testMovingSectionUp

public void testMovingSectionUp()

testMovingSectionDown

public void testMovingSectionDown()

testAutoformat

public void testAutoformat()

testPageLayoutCanNotBeRemovedPressingDelete

public void testPageLayoutCanNotBeRemovedPressingDelete()

testPageLayoutCanNotBeRemovedPressingBackspace

public void testPageLayoutCanNotBeRemovedPressingBackspace()

testPasteContentAndKeepTyping

public void testPasteContentAndKeepTyping()

testHeadingAutoformatWorks

public void testHeadingAutoformatWorks()

testInsertTableWihAutoformatAndKeepTyping

public void testInsertTableWihAutoformatAndKeepTyping()

testEnsureContentKeepsFocus

public void testEnsureContentKeepsFocus()

testClickingOutsideCellDoesNotStillFocus

public void testClickingOutsideCellDoesNotStillFocus()


Copyright © 2003–2015 Atlassian. All rights reserved.