com.atlassian.jira.webtest.webdriver.tests.picker
Class TestUserAndGroupPickerPopup

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.picker.TestUserAndGroupPickerPopup

public class TestUserAndGroupPickerPopup
extends BaseJiraWebTest

Test for legacy user and group picker.

NOTE: @RestoreOnce is used - this test is NOT supposed to manipulate any data in JIRA (e.g. by saving an issue).

Since:
v5.0

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestUserAndGroupPickerPopup()
           
 
Method Summary
 void cancelCreateIssueDialog()
           
static void restoreOnce()
           
 void selectAllOnUserPickerShouldNotResultInAdditionalElementAddedToTarget()
          The 'select all' chceckbox used to result in 'Select' option being added to the picker target text field.
 void selectSingleGroupPickerWithSimpleUsername()
           
 void selectSingleGroupPickerWithSingleQuotesInUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUserAndGroupPickerPopup

public TestUserAndGroupPickerPopup()
Method Detail

restoreOnce

public static void restoreOnce()

cancelCreateIssueDialog

public void cancelCreateIssueDialog()

selectAllOnUserPickerShouldNotResultInAdditionalElementAddedToTarget

public void selectAllOnUserPickerShouldNotResultInAdditionalElementAddedToTarget()
The 'select all' chceckbox used to result in 'Select' option being added to the picker target text field.


selectSingleGroupPickerWithSimpleUsername

public void selectSingleGroupPickerWithSimpleUsername()

selectSingleGroupPickerWithSingleQuotesInUsername

public void selectSingleGroupPickerWithSingleQuotesInUsername()


Copyright © 2002-2014 Atlassian. All Rights Reserved.