com.atlassian.confluence.webdriver
Class LabelTest

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

public class LabelTest
extends AbstractWebDriverTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
darkFeaturesHelper, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Constructor Summary
LabelTest()
           
 
Method Summary
 void setUp()
           
 void testAddLabelViewPage()
           
 void testAddMultipleLabels()
           
 void testAddMultipleLabelsFirstValidOthersInvalid()
           
 void testAddMultipleLabelsFirstValidOthersUnpermitted()
           
 void testAnonymousCanAddLabels()
           
 void testAnonymousCannotAddLabelsWithoutEditPermission()
           
 void testAutocompleteOnEditPage()
           
 void testAutocompleteOnViewPage()
           
 void testCanAddPersonalLabelsWithoutEditPermission()
           
 void testLabelAutocompleteDoesntRemoveExistingLabel()
           
 void testNoDuplicateLabels()
           
 void testRemoveLabelOnViewPage()
           
 void testUserWithSpecialCharsInUsernameAddPersonalAndGlobalLabels()
           
 
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

LabelTest

public LabelTest()
Method Detail

setUp

public void setUp()

testAddLabelViewPage

public void testAddLabelViewPage()
                          throws InterruptedException
Throws:
InterruptedException

testRemoveLabelOnViewPage

public void testRemoveLabelOnViewPage()

testAnonymousCannotAddLabelsWithoutEditPermission

public void testAnonymousCannotAddLabelsWithoutEditPermission()

testNoDuplicateLabels

public void testNoDuplicateLabels()

testCanAddPersonalLabelsWithoutEditPermission

public void testCanAddPersonalLabelsWithoutEditPermission()

testAddMultipleLabels

public void testAddMultipleLabels()

testAnonymousCanAddLabels

public void testAnonymousCanAddLabels()

testAddMultipleLabelsFirstValidOthersUnpermitted

public void testAddMultipleLabelsFirstValidOthersUnpermitted()

testAddMultipleLabelsFirstValidOthersInvalid

public void testAddMultipleLabelsFirstValidOthersInvalid()

testUserWithSpecialCharsInUsernameAddPersonalAndGlobalLabels

public void testUserWithSpecialCharsInUsernameAddPersonalAndGlobalLabels()

testAutocompleteOnViewPage

public void testAutocompleteOnViewPage()

testAutocompleteOnEditPage

public void testAutocompleteOnEditPage()

testLabelAutocompleteDoesntRemoveExistingLabel

public void testLabelAutocompleteDoesntRemoveExistingLabel()


Copyright © 2003-2013 Atlassian. All Rights Reserved.