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

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

public class TestEditLabelsInViewIssue
extends BaseJiraWebTest

Webdriver test for the 'Edit Labels' dialog Note: this test is valid for the case when inline editing has been disabled

Since:
v5.2

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
backdoor, jira, logger, pageBinder, restoreOnceRule, webTestRule
 
Constructor Summary
TestEditLabelsInViewIssue()
           
 
Method Summary
 void closeDialogs()
           
 void testChangeHistoryForCustomLabelsEdit()
           
 void testChangeHistoryForSystemLabelsEdit()
           
 void testEditCustomLabels()
           
 void testEditLabelsFromOperationsMenu()
           
 void testEditLabelsWithoutSession()
           
 void testEditSubtaskLabelsDoesntAffectParent()
           
 void testNewLabelOptionPresent()
           
 void testOptionalNotification()
           
 void testPopularSuggestions()
           
 void testPressingEscapeResetsStateOfLabelsOnNextDialogOpen()
           
 void testSuggestionsOnEditingQuery()
           
 void turnOffInlineEditing()
           
 void turnOnInlineEditing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEditLabelsInViewIssue

public TestEditLabelsInViewIssue()
Method Detail

turnOffInlineEditing

public void turnOffInlineEditing()

turnOnInlineEditing

public void turnOnInlineEditing()

closeDialogs

public void closeDialogs()

testPopularSuggestions

public void testPopularSuggestions()

testSuggestionsOnEditingQuery

public void testSuggestionsOnEditingQuery()

testPressingEscapeResetsStateOfLabelsOnNextDialogOpen

public void testPressingEscapeResetsStateOfLabelsOnNextDialogOpen()

testNewLabelOptionPresent

public void testNewLabelOptionPresent()

testEditSubtaskLabelsDoesntAffectParent

public void testEditSubtaskLabelsDoesntAffectParent()

testOptionalNotification

public void testOptionalNotification()

testEditLabelsWithoutSession

public void testEditLabelsWithoutSession()
                                  throws Exception
Throws:
Exception

testEditLabelsFromOperationsMenu

public void testEditLabelsFromOperationsMenu()

testChangeHistoryForSystemLabelsEdit

public void testChangeHistoryForSystemLabelsEdit()
                                          throws Exception
Throws:
Exception

testEditCustomLabels

public void testEditCustomLabels()
                          throws Exception
Throws:
Exception

testChangeHistoryForCustomLabelsEdit

public void testChangeHistoryForCustomLabelsEdit()
                                          throws Exception
Throws:
Exception


Copyright © 2002-2013 Atlassian. All Rights Reserved.