Class TestViewIssue

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.TestViewIssue

public class TestViewIssue extends BaseJiraFuncTest
  • Constructor Details

    • TestViewIssue

      public TestViewIssue()
  • Method Details

    • testViewIssuePageWithInvalidAssigneeAndReporters

      public void testViewIssuePageWithInvalidAssigneeAndReporters()
    • testEditedCommentVisibleWithDoubleQuotesInDateFormat

      public void testEditedCommentVisibleWithDoubleQuotesInDateFormat()
      check that if the date formats end with a double quot and a space that the UI does not break and the quotes are html encoded. - JRA-13104
    • testSubtaskPercentageGraphPresence

      public void testSubtaskPercentageGraphPresence()
      Tests the correct conditions under which the subtask progress percentage graph is present. The graph should be present if *any* subtask has any timetracking data - either original estimate or work logged.
    • testProjectCFNotLinkedWithNoPermission

      public void testProjectCFNotLinkedWithNoPermission()
      JRA-14794: if user does not have permission to browse a project, the project CF value should not be linked
    • testComponentOrdering

      public void testComponentOrdering()
      JRA-15011 - ensure ordering of Components is fixed
    • testVersionOrdering

      public void testVersionOrdering()
      JRA-15011 - ensure ordering of Versions is fixed
    • testFieldTabs

      public void testFieldTabs() throws Exception
      Throws:
      Exception
    • testDateCustomFieldTabs

      public void testDateCustomFieldTabs() throws Exception
      Throws:
      Exception
    • testUserCustomFieldTabs

      public void testUserCustomFieldTabs() throws Exception
      Throws:
      Exception
    • testArchivingFields

      public void testArchivingFields()
    • testProjectArchivingFields

      public void testProjectArchivingFields()
    • testUserCustomFieldWithMissingUsers

      public void testUserCustomFieldWithMissingUsers()
    • testDatesShouldBeDisplayedInUserTimeZoneInViewIssuePage

      public void testDatesShouldBeDisplayedInUserTimeZoneInViewIssuePage()
    • testXssInImageUrls

      public void testXssInImageUrls()
    • testDueDateShouldBeDisplayedInSystemTimeZone

      public void testDueDateShouldBeDisplayedInSystemTimeZone()
    • setEstimate

      protected void setEstimate(String time)