Class TestCommentTab


public class TestCommentTab extends BaseJiraWebTest
  • Field Details

  • 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.
    • directNavigateToViewIssueUrl

      protected ActivitySection directNavigateToViewIssueUrl(String fragment, String issueKey)