public class WikiAutoformatDashTest extends AbstractEditorContentWebDriverTest
cancelAnyAlert, cancelAnyEditorAuiModalDialog, editor, editorContent, globalTimeout, ignoreRule, logPageSourceRule, logTimeRule, OS_CTRL_KEY, product, rpc, webDriverScreenshotRule| Constructor and Description |
|---|
WikiAutoformatDashTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertEditorHtml(String html)
Asserts that the HTML content of the editor matches the given HTML - use with care, HTML produced by the editor
can be inconsistent across browsers, and HTML content returned by TinyMCE is 'cleaned up'.
|
void |
testEmDashWithAPrecedingSpace() |
void |
testEmDashWithNonAlphaNumCharacterAfterDash() |
void |
testEmDashWithNonAlphaNumCharacterBeforeDash() |
void |
testEmDashWithoutSurroundingSpaces() |
void |
testEnDashWithAPrecedingSpace() |
void |
testEnDashWithNonAlphaNumCharacterAfterDash() |
void |
testEnDashWithNonAlphaNumCharacterBeforeDash() |
void |
testEnDashWithoutSurroundingSpaces() |
assertEditorHtml, assertEditorHtmlContains, assertEditorHtmlDoesNotContain, assertEditorText, assertElementAttributeValue, assertElementAttributeValueMatches, 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, undopublic void testEnDashWithAPrecedingSpace()
public void testEnDashWithoutSurroundingSpaces()
public void testEnDashWithNonAlphaNumCharacterBeforeDash()
public void testEnDashWithNonAlphaNumCharacterAfterDash()
public void testEmDashWithAPrecedingSpace()
public void testEmDashWithoutSurroundingSpaces()
public void testEmDashWithNonAlphaNumCharacterBeforeDash()
public void testEmDashWithNonAlphaNumCharacterAfterDash()
protected void assertEditorHtml(String html)
AbstractEditorContentWebDriverTestAbstractEditorContentWebDriverTest.assertEditorHtmlContains(String) instead.assertEditorHtml in class AbstractEditorContentWebDriverTesthtml - HTML content to matchCopyright © 2003–2016 Atlassian. All rights reserved.