Class TestTimeTrackingAdmin

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.admin.TestTimeTrackingAdmin

public class TestTimeTrackingAdmin extends BaseJiraFuncTest
Tests the Time Tracking Admin page
Since:
3.12.2
  • Constructor Details

    • TestTimeTrackingAdmin

      public TestTimeTrackingAdmin()
  • Method Details

    • setUpTest

      public void setUpTest()
    • testIssueOperationsPluginDisabled

      public void testIssueOperationsPluginDisabled()
      Error message should only appear when the plugin is disabled. The message differs when Time Tracking is activated/deactivated.
    • testLogWorkModuleDisabled

      public void testLogWorkModuleDisabled()
      Error message should only appear when the module is disabled. The message differs when Time Tracking is activated/deactivated.
    • testIssueOperationsPluginDisabledAndLogWorkModuleDisabled

      public void testIssueOperationsPluginDisabledAndLogWorkModuleDisabled()
      If both the plugin and module are disabled (achieved by disabling the module first), the error message for the plugin should be shown (as you can't re-enable a module without first enabling the plugin.
    • testValidation

      public void testValidation() throws Exception
      Throws:
      Exception