com.atlassian.confluence.webdriver
Class LabelTest

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

public class LabelTest
extends AbstractInjectableWebDriverTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
LabelTest()
           
 
Method Summary
 void setUp()
           
 void testAddLabelViewPage()
           
 void testAddMultipleLabels()
           
 void testAddMultipleLabelsFirstValidOthersInvalid()
           
 void testAddMultipleLabelsFirstValidOthersUnpermitted()
           
 void testAnonymousCanAddLabels()
           
 void testAnonymousCannotAddLabelsWithoutEditPermission()
           
 void testAutocompleteOnEditPage()
           
 void testAutocompleteOnViewPage()
           
 void testAutocompleteUsingEnterOnEditPage()
           
 void testCanAddPersonalLabelsWithoutEditPermission()
           
 void testLabelAutocompleteDoesntRemoveExistingLabel()
           
 void testNoDuplicateLabels()
           
 void testRemoveLabelOnViewPage()
           
 void testUserWithSpecialCharsInUsernameAddPersonalAndGlobalLabels()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
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 java.lang.InterruptedException
Throws:
java.lang.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()

testAutocompleteUsingEnterOnEditPage

public void testAutocompleteUsingEnterOnEditPage()

testLabelAutocompleteDoesntRemoveExistingLabel

public void testLabelAutocompleteDoesntRemoveExistingLabel()


Copyright © 2003-2014 Atlassian. All Rights Reserved.