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 25 | 6 PASS itemsWithCustomContextMenu.length - items.length is 25 |
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 22 matching lines...) Expand all Loading... |
33 PASS items2.length - items.length is 0 | 33 PASS items2.length - items.length is 0 |
34 PASS items3.length - items.length is 0 | 34 PASS items3.length - items.length is 0 |
35 PASS items4.length - items.length is 0 | 35 PASS items4.length - items.length is 0 |
36 PASS items5.length - items.length is 3 | 36 PASS items5.length - items.length is 3 |
37 PASS items5[0] is "Item1" | 37 PASS items5[0] is "Item1" |
38 PASS items5[1] is "Item2" | 38 PASS items5[1] is "Item2" |
39 PASS items5[2] is "Item3" | 39 PASS items5[2] is "Item3" |
40 PASS successfullyParsed is true | 40 PASS successfullyParsed is true |
41 | 41 |
42 TEST COMPLETE | 42 TEST COMPLETE |
43 | 43 |
44 | 44 |
| 45 |
| 46 |
| 47 |
45 | 48 |
OLD | NEW |