com.atlassian.jira.webtest.webdriver.tests.calendar
Class TestCalendarPopUp

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.calendar.TestCalendarPopUp

public class TestCalendarPopUp
extends BaseJiraWebTest

Webdriver test for the Calendar Popup

Since:
v5.2

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestCalendarPopUp()
           
 
Method Summary
 void closeDialog()
           
 void testDateTimePickerInCloseIssueDialogFromViewIssue()
           
 void testDateTimePickerInLogWorkDialogFromViewIssue()
          JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the view issue.
 void testDateTimePickerInTestDialogFromViewIssue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCalendarPopUp

public TestCalendarPopUp()
Method Detail

closeDialog

public void closeDialog()

testDateTimePickerInLogWorkDialogFromViewIssue

public void testDateTimePickerInLogWorkDialogFromViewIssue()
                                                    throws Exception
JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the view issue.

Throws:
Exception

testDateTimePickerInCloseIssueDialogFromViewIssue

public void testDateTimePickerInCloseIssueDialogFromViewIssue()
                                                       throws Exception
Throws:
Exception

testDateTimePickerInTestDialogFromViewIssue

public void testDateTimePickerInTestDialogFromViewIssue()
                                                 throws Exception
Throws:
Exception


Copyright © 2002-2014 Atlassian. All Rights Reserved.