Class TestIssueTabPanels
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.TestIssueTabPanels
Responsible for verifying that the tab panels in the view issue page work as expected.
-
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 TypeMethodDescriptionvoidvoidFunc test for JRA-13743.voidVerifies that the selected issue tab is sticky.voidVerifies that comments is the default tab on the view issue page.voidVerifies that the sort order in shown in the tabs.voidVerifies that when we go to a non-existent issue tab panel we end up on the default one.Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
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
-