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 24 | 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" |
11 PASS itemsWithCustomContextMenu[4] is "Submenu >" | 11 PASS itemsWithCustomContextMenu[4] is "Submenu >" |
12 PASS itemsWithCustomContextMenu[5] is "_Item4" | 12 PASS itemsWithCustomContextMenu[5] is "_Item4" |
13 PASS itemsWithCustomContextMenu[6] is "_Deeper submenu >" | 13 PASS itemsWithCustomContextMenu[6] is "_Deeper submenu >" |
14 PASS itemsWithCustomContextMenu[7] is "__Item5" | 14 PASS itemsWithCustomContextMenu[7] is "__Item5" |
15 PASS itemsWithCustomContextMenu[8] is "__---------" | 15 PASS itemsWithCustomContextMenu[8] is "__---------" |
16 PASS itemsWithCustomContextMenu[9] is "__Item6" | 16 PASS itemsWithCustomContextMenu[9] is "__Item6" |
17 PASS itemsWithCustomContextMenu[10] is "Item7" | 17 PASS itemsWithCustomContextMenu[10] is "Item7" |
18 PASS itemsWithCustomContextMenu[11] is "---------" | 18 PASS itemsWithCustomContextMenu[11] is "---------" |
19 PASS itemsWithCustomContextMenu[12] is "Item8" | 19 PASS itemsWithCustomContextMenu[12] is "Item8" |
20 PASS itemsWithCustomContextMenu[13] is "Item11" | 20 PASS itemsWithCustomContextMenu[13] is "Item11" |
21 PASS itemsWithCustomContextMenu[14] is "Item12" | 21 PASS itemsWithCustomContextMenu[14] is "Item12" |
22 PASS itemsWithCustomContextMenu[15] is "---------" | 22 PASS itemsWithCustomContextMenu[15] is "---------" |
23 PASS itemsWithCustomContextMenu[16] is "Item13" | 23 PASS itemsWithCustomContextMenu[16] is "Item13" |
24 PASS itemsWithCustomContextMenu[17] is "Item14" | 24 PASS itemsWithCustomContextMenu[17] is "Item14" |
25 PASS itemsWithCustomContextMenu[18] is "*Item15" | 25 PASS itemsWithCustomContextMenu[18] is "*Item15" |
26 PASS itemsWithCustomContextMenu[19] is "Item16" | 26 PASS itemsWithCustomContextMenu[19] is "Item16" |
27 PASS itemsWithCustomContextMenu[20] is "Item17" | 27 PASS itemsWithCustomContextMenu[20] is "Item17" |
28 PASS itemsWithCustomContextMenu[21] is "*Item18" | 28 PASS itemsWithCustomContextMenu[21] is "*Item18" |
29 PASS itemsWithCustomContextMenu[22] is "Item19" | 29 PASS itemsWithCustomContextMenu[22] is "Item19" |
30 PASS itemsWithCustomContextMenu[23] is "Item20http://127.0.0.1:8000/misc/abc.png
" | 30 PASS itemsWithCustomContextMenu[23] is "Item20http://127.0.0.1:8000/misc/icon1.p
ng" |
| 31 PASS itemsWithCustomContextMenu[24] is "Item21http://127.0.0.1:8000/misc/icon2.p
ng" |
31 PASS items1.length - items.length is 0 | 32 PASS items1.length - items.length is 0 |
32 PASS items2.length - items.length is 0 | 33 PASS items2.length - items.length is 0 |
33 PASS items3.length - items.length is 0 | 34 PASS items3.length - items.length is 0 |
34 PASS items4.length - items.length is 0 | 35 PASS items4.length - items.length is 0 |
35 PASS items5.length - items.length is 3 | 36 PASS items5.length - items.length is 3 |
36 PASS items5[0] is "Item1" | 37 PASS items5[0] is "Item1" |
37 PASS items5[1] is "Item2" | 38 PASS items5[1] is "Item2" |
38 PASS items5[2] is "Item3" | 39 PASS items5[2] is "Item3" |
39 PASS successfullyParsed is true | 40 PASS successfullyParsed is true |
40 | 41 |
41 TEST COMPLETE | 42 TEST COMPLETE |
42 | 43 |
43 | 44 |
44 | 45 |
OLD | NEW |