Class TestApplicationAccess
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.admin.TestApplicationAccess
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRuleFields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidHappy integration test.voidsetUp()voidJIRA core should be sorted last, the rest in alphabetical order.voidJIRA core should be sorted last, the rest in alphabetical order.voidHappy path for defaults dialogvoidvoidvoidvoidvoidvoidMethods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Constructor Details
-
TestApplicationAccess
public TestApplicationAccess()
-
-
Method Details
-
setUp
public void setUp() -
sanityTest
public void sanityTest()Happy integration test. Edge cases are tested in QUnit. -
testDefaultsDialog
public void testDefaultsDialog()Happy path for defaults dialog -
testGroupNameSpecialCharacters
public void testGroupNameSpecialCharacters() -
testLicenseCountDisplayed
public void testLicenseCountDisplayed() -
testLicenseCountUpdatedWhenGroupsChanged
public void testLicenseCountUpdatedWhenGroupsChanged() -
testDefaultsDialogWithoutDefaultGroups
public void testDefaultsDialogWithoutDefaultGroups() -
testWarningVisibleWhenOutOfSeats
public void testWarningVisibleWhenOutOfSeats() -
testApplicationListOrder
public void testApplicationListOrder()JIRA core should be sorted last, the rest in alphabetical order. -
testApplicationAccessDefaultsDialogListOrder
public void testApplicationAccessDefaultsDialogListOrder()JIRA core should be sorted last, the rest in alphabetical order. -
groupUserCountsDisplayedOnInitialLoad
public void groupUserCountsDisplayedOnInitialLoad() -
groupUserCountsDisplayedForAddedGroup
public void groupUserCountsDisplayedForAddedGroup() -
testGroupLabelsUpdatedAfterChange
public void testGroupLabelsUpdatedAfterChange()
-