| OLD | NEW |
| 1 Tests if calendar picker mouse opearations work as expected. | 1 Tests if calendar picker mouse opearations work as expected. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Check that page popup doesn't exist at first. | 6 Check that page popup doesn't exist at first. |
| 7 PASS document.getElementById("mock-page-popup") is null | 7 PASS document.getElementById("mock-page-popup") is null |
| 8 PASS currentMonth() is "2000-01" | 8 PASS currentMonth() is "2000-01" |
| 9 PASS selectedValue() is "2000-01-02" | 9 PASS selectedValue() is "2000-01-02" |
| 10 PASS selectedDayCells() is "2000-01-02" | 10 PASS selectedDayCells() is "2000-01-02" |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 Check that clicking an year list cell opens it. | 46 Check that clicking an year list cell opens it. |
| 47 PASS checkYearListViewScrollOffset() > 0 is true | 47 PASS checkYearListViewScrollOffset() > 0 is true |
| 48 PASS highlightedMonthButton() is "1999-10" | 48 PASS highlightedMonthButton() is "1999-10" |
| 49 Check that clicking the month popup sets the month. | 49 Check that clicking the month popup sets the month. |
| 50 PASS popupWindow.global.picker.monthPopupView.isVisible is false | 50 PASS popupWindow.global.picker.monthPopupView.isVisible is false |
| 51 PASS currentMonth() is "1999-06" | 51 PASS currentMonth() is "1999-06" |
| 52 PASS successfullyParsed is true | 52 PASS successfullyParsed is true |
| 53 | 53 |
| 54 TEST COMPLETE | 54 TEST COMPLETE |
| 55 | 55 |
| OLD | NEW |