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

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

public class TestShareIssueAndFilter
extends BaseJiraWebTest

Tests the new sharing inline dialog on both the view issue page and issue navigator. This is not an end-to end test since we already have separate e-mail funct tests for this functionality. Instead this test only ensures the front-end controls are working correctly.

Since:
v5.0

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
backdoor, jira, logger, pageBinder, restoreOnceRule, webTestRule
 
Constructor Summary
TestShareIssueAndFilter()
           
 
Method Summary
 void testShareDialogNoBrowsePermission()
           
 void testShareDialogOnIssueNav()
           
 void testShareDialogOnViewIssue()
           
 void testShareDialogWithKeyboard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestShareIssueAndFilter

public TestShareIssueAndFilter()
Method Detail

testShareDialogOnViewIssue

public void testShareDialogOnViewIssue()

testShareDialogWithKeyboard

public void testShareDialogWithKeyboard()

testShareDialogNoBrowsePermission

public void testShareDialogNoBrowsePermission()

testShareDialogOnIssueNav

public void testShareDialogOnIssueNav()


Copyright © 2002-2013 Atlassian. All Rights Reserved.