Class TestIssueTabPanels

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

public class TestIssueTabPanels extends BaseJiraFuncTest
Responsible for verifying that the tab panels in the view issue page work as expected.
  • Constructor Details

    • TestIssueTabPanels

      public TestIssueTabPanels()
  • Method Details

    • setUpTest

      public void setUpTest()
    • testShouldDefaultToCommentsTab

      public void testShouldDefaultToCommentsTab()
      Verifies that comments is the default tab on the view issue page.
    • testSelectedTabPanelIsStickyDuringTheSession

      public void testSelectedTabPanelIsStickyDuringTheSession()
      Verifies that the selected issue tab is sticky. It should be stored in the user's session.
    • testViewDefaultPanelWhenRequestedPanelDoesNotExist

      public void testViewDefaultPanelWhenRequestedPanelDoesNotExist()
      Verifies that when we go to a non-existent issue tab panel we end up on the default one.
    • testSortOrderIsShownForIssueTabs

      public void testSortOrderIsShownForIssueTabs()
      Verifies that the sort order in shown in the tabs.
    • testPermalinking

      public void testPermalinking()
      Func test for JRA-13743. Ensure that permalinking a worklog or comment opens the right tab