Class TestCommentTab
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.issue.TestCommentTab
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRule
Fields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ActivitySection
directNavigateToViewIssueUrl
(String fragment, String issueKey) void
void
void
loadAll()
void
void
void
void
void
void
void
void
Regression test for JSWSERVER-21764.void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Field Details
-
TEST_ISSUE
- See Also:
-
-
Constructor Details
-
TestCommentTab
public TestCommentTab()
-
-
Method Details
-
testInitialState
public void testInitialState() -
underLimit
public void underLimit() -
loadMoreOnce
public void loadMoreOnce() -
loadMoreTwice
public void loadMoreTwice() -
loadMoreTwiceWithMoreComments
public void loadMoreTwiceWithMoreComments() -
loadAll
public void loadAll() -
focusComment
public void focusComment() -
focusCommentAndOnlyNewerExpanderPresentCreatesCommentWithoutBreakingUi
public void focusCommentAndOnlyNewerExpanderPresentCreatesCommentWithoutBreakingUi() -
testCommentsTabRemembersSortingStateAfterReloading
public void testCommentsTabRemembersSortingStateAfterReloading() -
testCommentsTabRemembersFrontendOnlySortingStateAfterReloading
public void testCommentsTabRemembersFrontendOnlySortingStateAfterReloading() -
testSortButtonPresent
public void testSortButtonPresent() -
testDefaultSortOrderNewestFirst
public void testDefaultSortOrderNewestFirst() -
testSortButton
public void testSortButton() -
testSortOrderPersistedBetweenIssues
public void testSortOrderPersistedBetweenIssues() -
testSortOrderByUrlNewestFirst
public void testSortOrderByUrlNewestFirst() -
testSortOrderByUrlOldestFirst
public void testSortOrderByUrlOldestFirst() -
testSortOrderAfterLogoutNewestFirst
public void testSortOrderAfterLogoutNewestFirst() -
testSortOrderAfterLogoutOldestFirst
public void testSortOrderAfterLogoutOldestFirst() -
testSortOrderAfterLogInNewestFirst
public void testSortOrderAfterLogInNewestFirst() -
testSortOrderAfterLogInOldestFirst
public void testSortOrderAfterLogInOldestFirst() -
testSortOrderForTwoUsers
public void testSortOrderForTwoUsers() -
testSortOrderForTwoUsersReverse
public void testSortOrderForTwoUsersReverse() -
testSortOrderAnonymousUser
public void testSortOrderAnonymousUser() -
testNewCommentWithRelativeLivestamp
public void testNewCommentWithRelativeLivestamp() -
testNewCommentWithCustomCommentCollapsingMinimumHiddenPropertyDisplaysNewComment
public void testNewCommentWithCustomCommentCollapsingMinimumHiddenPropertyDisplaysNewComment()Regression test for JSWSERVER-21764. New comment should appear when the COMMENT_COLLAPSING_MINIMUM_HIDDEN property is set to non-default value.
-