OLD | NEW |
1 Tests the custom context menu items. | 1 Tests the custom context menu items. |
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 PASS itemsWithCustomContextMenu.length - items.length is 23 | 6 PASS itemsWithCustomContextMenu.length - items.length is 23 |
7 PASS itemsWithCustomContextMenu[0] is "Item1" | 7 PASS itemsWithCustomContextMenu[0] is "Item1" |
8 PASS itemsWithCustomContextMenu[1] is "#Item2" | 8 PASS itemsWithCustomContextMenu[1] is "#Item2" |
9 PASS itemsWithCustomContextMenu[2] is "---------" | 9 PASS itemsWithCustomContextMenu[2] is "---------" |
10 PASS itemsWithCustomContextMenu[3] is "Item3" | 10 PASS itemsWithCustomContextMenu[3] is "Item3" |
(...skipping 20 matching lines...) Expand all Loading... |
31 PASS items2.length - items.length is 0 | 31 PASS items2.length - items.length is 0 |
32 PASS items3.length - items.length is 0 | 32 PASS items3.length - items.length is 0 |
33 PASS items4.length - items.length is 0 | 33 PASS items4.length - items.length is 0 |
34 PASS items5.length - items.length is 3 | 34 PASS items5.length - items.length is 3 |
35 PASS items5[0] is "Item1" | 35 PASS items5[0] is "Item1" |
36 PASS items5[1] is "Item2" | 36 PASS items5[1] is "Item2" |
37 PASS items5[2] is "Item3" | 37 PASS items5[2] is "Item3" |
38 PASS successfullyParsed is true | 38 PASS successfullyParsed is true |
39 | 39 |
40 TEST COMPLETE | 40 TEST COMPLETE |
41 | 41 |
42 | 42 |
| 43 |
| 44 |
| 45 |
43 | 46 |
OLD | NEW |