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

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.tests.common.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.webtest.webdriver.tests.common.BaseJiraWebTest
backdoor, jira, logger, pageBinder, restoreOnceRule, webTestRule
 
Constructor Summary
TestCalendarPopUp()
           
 
Method Summary
 void closeDialog()
           
 void testCalendarMonthsDe()
           
 void testCalendarMonthsEn()
           
 void testCalendarMonthsFr()
           
 void testCustomFieldDateCalendarInSeveralLanguages()
           
 void testCustomFieldDateTimeCalendarInSeveralLanguages()
           
 void testDateTimePickerInCloseIssueDialogFromIssueNavigatorAdvancedSearch()
           
 void testDateTimePickerInCloseIssueDialogFromIssueNavigatorBasicSearch()
           
 void testDateTimePickerInCloseIssueDialogFromIssueNavigatorSummaryMode()
           
 void testDateTimePickerInCloseIssueDialogFromViewIssue()
           
 void testDateTimePickerInLogWorkDialogFromIssueNavigatorAdvancedSearch()
          JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the issue navigator advanced search.
 void testDateTimePickerInLogWorkDialogFromIssueNavigatorBasicSearch()
          JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the issue navigator basic search.
 void testDateTimePickerInLogWorkDialogFromIssueNavigatorSummaryMode()
          JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the issue navigator summary mode.
 void testDateTimePickerInLogWorkDialogFromViewIssue()
          JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the view issue.
 void testDateTimePickerInTestDialogFromIssueNavigatorAdvancedSearch()
           
 void testDateTimePickerInTestDialogFromIssueNavigatorBasicSearch()
           
 void testDateTimePickerInTestDialogFromIssueNavigatorSummaryMode()
           
 void testDateTimePickerInTestDialogFromViewIssue()
           
 void testDateTimePickerWhenSystemIsSetTo24HourMode()
          This test restores jira from xml which has been prepared to setup jira with datetime formats in 24 mode.
 void testDueDateCalendarInSeveralLanguages()
           
 
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

testDateTimePickerInLogWorkDialogFromIssueNavigatorSummaryMode

public void testDateTimePickerInLogWorkDialogFromIssueNavigatorSummaryMode()
                                                                    throws Exception
JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the issue navigator summary mode.

Throws:
Exception

testDateTimePickerInCloseIssueDialogFromIssueNavigatorSummaryMode

public void testDateTimePickerInCloseIssueDialogFromIssueNavigatorSummaryMode()
                                                                       throws Exception
Throws:
Exception

testDateTimePickerInTestDialogFromIssueNavigatorSummaryMode

public void testDateTimePickerInTestDialogFromIssueNavigatorSummaryMode()
                                                                 throws Exception
Throws:
Exception

testDateTimePickerInLogWorkDialogFromIssueNavigatorBasicSearch

public void testDateTimePickerInLogWorkDialogFromIssueNavigatorBasicSearch()
                                                                    throws Exception
JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the issue navigator basic search.

Throws:
Exception

testDateTimePickerInCloseIssueDialogFromIssueNavigatorBasicSearch

public void testDateTimePickerInCloseIssueDialogFromIssueNavigatorBasicSearch()
                                                                       throws Exception
Throws:
Exception

testDateTimePickerInTestDialogFromIssueNavigatorBasicSearch

public void testDateTimePickerInTestDialogFromIssueNavigatorBasicSearch()
                                                                 throws Exception
Throws:
Exception

testDateTimePickerInLogWorkDialogFromIssueNavigatorAdvancedSearch

public void testDateTimePickerInLogWorkDialogFromIssueNavigatorAdvancedSearch()
                                                                       throws Exception
JRADEV-2725, JRADEV-2747: Make sure the calendar works in dialogs on the issue navigator advanced search.

Throws:
Exception

testDateTimePickerInCloseIssueDialogFromIssueNavigatorAdvancedSearch

public void testDateTimePickerInCloseIssueDialogFromIssueNavigatorAdvancedSearch()
                                                                          throws Exception
Throws:
Exception

testDateTimePickerInTestDialogFromIssueNavigatorAdvancedSearch

public void testDateTimePickerInTestDialogFromIssueNavigatorAdvancedSearch()
                                                                    throws Exception
Throws:
Exception

testDateTimePickerWhenSystemIsSetTo24HourMode

public void testDateTimePickerWhenSystemIsSetTo24HourMode()
This test restores jira from xml which has been prepared to setup jira with datetime formats in 24 mode. The test will then attempt to open the date time picker and click on the hours 24 times validating the new value.

The issue has its datetimepicker custom field set to 13:45 to verify correct init from a 24hour time.


testCalendarMonthsEn

public void testCalendarMonthsEn()
                          throws Exception
Throws:
Exception

testCalendarMonthsFr

public void testCalendarMonthsFr()
                          throws Exception
Throws:
Exception

testCalendarMonthsDe

public void testCalendarMonthsDe()
                          throws Exception
Throws:
Exception

testDueDateCalendarInSeveralLanguages

public void testDueDateCalendarInSeveralLanguages()
                                           throws Exception
Throws:
Exception

testCustomFieldDateCalendarInSeveralLanguages

public void testCustomFieldDateCalendarInSeveralLanguages()
                                                   throws Exception
Throws:
Exception

testCustomFieldDateTimeCalendarInSeveralLanguages

public void testCustomFieldDateTimeCalendarInSeveralLanguages()
                                                       throws Exception
Throws:
Exception


Copyright © 2002-2013 Atlassian. All Rights Reserved.