Class TestAdminMenuWebFragment
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.admin.TestAdminMenuWebFragment
This test asserts that the links in the admin menu is available/unavailable under various conditions.
To test just the admin menu, this test case only uses users with permission to goto the administration section
To keep it simple, the test xml file only changed the group settings (and not any roles)
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestAdminMenuWebFragment
public TestAdminMenuWebFragment()
-
-
Method Details
-
testSystemAdminCanSeeAllAdminSections
public void testSystemAdminCanSeeAllAdminSections() -
testProjectAdminCanSeeProjectSectionOnly
public void testProjectAdminCanSeeProjectSectionOnly() -
testLoggedInRegularUsersCannotSeeAdminSections
public void testLoggedInRegularUsersCannotSeeAdminSections() -
testNotLoggedInUsersCannotSeeAdminSections
public void testNotLoggedInUsersCannotSeeAdminSections()
-