| OLD | NEW |
| 1 Tests if week picker mouse operations work as expected. | 1 Tests if week picker mouse operations 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-W01" | 9 PASS selectedValue() is "2000-W01" |
| 10 PASS selectedDayCells() is "2000-01-03,2000-01-04,2000-01-05,2000-01-06,2000-01-
07,2000-01-08,2000-01-09" | 10 PASS selectedDayCells() is "2000-01-03,2000-01-04,2000-01-05,2000-01-06,2000-01-
07,2000-01-08,2000-01-09" |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 Check that clicking an year list cell opens it. | 62 Check that clicking an year list cell opens it. |
| 63 PASS checkYearListViewScrollOffset() > 0 is true | 63 PASS checkYearListViewScrollOffset() > 0 is true |
| 64 PASS highlightedMonthButton() is "1999-10" | 64 PASS highlightedMonthButton() is "1999-10" |
| 65 Check that clicking the month popup sets the month. | 65 Check that clicking the month popup sets the month. |
| 66 PASS popupWindow.global.picker.monthPopupView.isVisible is false | 66 PASS popupWindow.global.picker.monthPopupView.isVisible is false |
| 67 PASS currentMonth() is "1999-06" | 67 PASS currentMonth() is "1999-06" |
| 68 PASS successfullyParsed is true | 68 PASS successfullyParsed is true |
| 69 | 69 |
| 70 TEST COMPLETE | 70 TEST COMPLETE |
| 71 | 71 |
| OLD | NEW |