com.atlassian.confluence.webdriver
Class CreateDialogTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractWebDriverTest
      extended by com.atlassian.confluence.webdriver.CreateDialogTest

public class CreateDialogTest
extends AbstractWebDriverTest

Tests the "Create" button and dialog, which live in confluence-create-content-plugin.


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
darkFeaturesHelper, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Constructor Summary
CreateDialogTest()
           
 
Method Summary
 void anonymousUserCanOpenCreateButtonIfTheyHaveEditableSpaces()
           
 void createBlankPageFromDashboard()
           
 void createBlankPageFromTestPage()
           
 void createBlogPost()
           
 void createButtonNotVisibleIfUserHasNoEditableSpaces()
           
 void createDialogOpensWithShortcut()
           
 void dialogShortcutAppearsInShortcutHelpDialog()
           
 void editTemplatesLinkAppearsForSpaceAdminUser()
          This test may end up being flaky, due to its handling of newly-opened browser windows.
 void editTemplatesLinkDoesNotAppearForNonSpaceAdminUser()
           
 void spacePickerDefaultsToCurrentSpace()
           
 void spacePickerDoesNotDefaultToCurrentSpaceIfNoCreatePermission()
           
 void userWithOnlyBlogCreatePermissionCanCreateBlogInSpace()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
clear, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDialogTest

public CreateDialogTest()
Method Detail

createBlankPageFromDashboard

public void createBlankPageFromDashboard()
                                  throws Exception
Throws:
Exception

createBlankPageFromTestPage

public void createBlankPageFromTestPage()
                                 throws Exception
Throws:
Exception

createBlogPost

public void createBlogPost()
                    throws Exception
Throws:
Exception

dialogShortcutAppearsInShortcutHelpDialog

public void dialogShortcutAppearsInShortcutHelpDialog()
                                               throws Exception
Throws:
Exception
See Also:
(@KeyboardShortcutDialogTest}

createDialogOpensWithShortcut

public void createDialogOpensWithShortcut()
                                   throws Exception
Throws:
Exception

createButtonNotVisibleIfUserHasNoEditableSpaces

public void createButtonNotVisibleIfUserHasNoEditableSpaces()

anonymousUserCanOpenCreateButtonIfTheyHaveEditableSpaces

public void anonymousUserCanOpenCreateButtonIfTheyHaveEditableSpaces()

userWithOnlyBlogCreatePermissionCanCreateBlogInSpace

public void userWithOnlyBlogCreatePermissionCanCreateBlogInSpace()

spacePickerDefaultsToCurrentSpace

public void spacePickerDefaultsToCurrentSpace()

spacePickerDoesNotDefaultToCurrentSpaceIfNoCreatePermission

public void spacePickerDoesNotDefaultToCurrentSpaceIfNoCreatePermission()

editTemplatesLinkDoesNotAppearForNonSpaceAdminUser

public void editTemplatesLinkDoesNotAppearForNonSpaceAdminUser()

editTemplatesLinkAppearsForSpaceAdminUser

public void editTemplatesLinkAppearsForSpaceAdminUser()
This test may end up being flaky, due to its handling of newly-opened browser windows.



Copyright © 2003-2013 Atlassian. All Rights Reserved.