public class TestIssueNewCommentUserMentions extends BaseJiraWebTest
Modifier and Type | Field and Description |
---|---|
static String |
ADMIN |
static String |
COMMENT_FOR_ADM |
static String |
ISSUE_KEY |
jiraWebTestClassRules, webTestRule
backdoor, jira, logger, mailHelper, pageBinder
Constructor and Description |
---|
TestIssueNewCommentUserMentions() |
Modifier and Type | Method and Description |
---|---|
void |
shouldContainEmailAddress() |
void |
shouldNotContainEmailOrArtifacts() |
void |
testMentionAutoCompleteDoesNotShowWithUserWithoutBrowseUsers() |
void |
testMentionAutoCompleteWorksOnLowerCommentField() |
void |
testMentionListsAssignees() |
void |
testMentionListsReporter() |
void |
testMentionPopupDisplaysWhenTypingAt() |
void |
testMentionRemovesSuggestionsAfterEnteringCharacterWhenNoResults() |
void |
testMentionWorksQueriesContainingSpaceCharacter() |
getBackdoor, getBaseClassRule, getBaseRule
public static final String ISSUE_KEY
public static final String COMMENT_FOR_ADM
public static final String ADMIN
public void testMentionPopupDisplaysWhenTypingAt()
public void testMentionAutoCompleteWorksOnLowerCommentField()
public void testMentionAutoCompleteDoesNotShowWithUserWithoutBrowseUsers()
public void testMentionWorksQueriesContainingSpaceCharacter()
public void testMentionRemovesSuggestionsAfterEnteringCharacterWhenNoResults()
public void testMentionListsAssignees()
public void testMentionListsReporter()
public void shouldContainEmailAddress()
public void shouldNotContainEmailOrArtifacts()
Copyright © 2002-2024 Atlassian. All Rights Reserved.