Class TestIndexAdmin
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.admin.index.TestIndexAdmin
-
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 TypeMethodDescriptionvoidsetup()voidvoidMake sure that a SystemAdmin can update settingsvoidMake sure that a SystemAdmin can re-index when OpenSearch is configuredvoidNow that nobody can change index paths under normal circumstances we don't show the silly message any more.voidMake sure that a SystemAdmin can re-index.voidTest task acknowledgement.Methods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Constructor Details
-
TestIndexAdmin
public TestIndexAdmin()
-
-
Method Details
-
setup
public void setup() -
testReindexAsSystemAdmin
public void testReindexAsSystemAdmin()Make sure that a SystemAdmin can re-index. -
testOpenSearchReindexAsSystemAdmin
public void testOpenSearchReindexAsSystemAdmin()Make sure that a SystemAdmin can re-index when OpenSearch is configured -
testOpenSearchConfigureSettings
public void testOpenSearchConfigureSettings()Make sure that a SystemAdmin can update settings -
testReindexAsNormalAdmin
public void testReindexAsNormalAdmin()Now that nobody can change index paths under normal circumstances we don't show the silly message any more. so this is the same as a sysadmin. -
testTaskAcknowledgement
public void testTaskAcknowledgement()Test task acknowledgement. -
testIndexRecoveryEditSettings
public void testIndexRecoveryEditSettings()
-