com.atlassian.jira.webtest.webdriver.tests.issue
Class TestIssueComments

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.issue.TestIssueComments

public class TestIssueComments
extends BaseJiraWebTest

Test adding comments on the view issue page

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
backdoor, jira, logger, pageBinder, restoreOnceRule, webTestRule
 
Constructor Summary
TestIssueComments()
           
 
Method Summary
 void testCommentExceedsLimit()
           
 void testCommentShorterThanLimit()
           
 void testMentionDoesNotClearLine()
          JRADEV-8225: adding a mention clears the rest of the line
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIssueComments

public TestIssueComments()
Method Detail

testMentionDoesNotClearLine

public void testMentionDoesNotClearLine()
JRADEV-8225: adding a mention clears the rest of the line


testCommentExceedsLimit

public void testCommentExceedsLimit()

testCommentShorterThanLimit

public void testCommentShorterThanLimit()


Copyright © 2002-2013 Atlassian. All Rights Reserved.