| | Script » | 1 | waitForLoad(1);  | | | 2 |   | | | 3 | // i-tree,DIV  | | | 4 | click('0,PID_SFeatureBrowser: Main Tree',[0,1,1,1,2,0,0], 'left');  | | | 5 |   | | | 6 | // i-tabsheet,DIV  | | | 7 | assert('0,PID6',[0,0,0,0,1,0,0,0], 'equals', 'SPAN(){Tree}');  | Equals assert OK! | | 8 |   | | | 9 | // i-panel i-panel-light,DIV  | | | 10 | assert('0,PID_SmainLayout',[0,0,0,0,0,0,0,0], 'equals', 'SPAN(){Select item}');  | Equals assert OK! | | 11 |   | | | 12 | // i-label TT-highlight,DIV  | | | 13 | assert('0,PID_SmainLayout',[0,0,0,0,0,0,1,0,0,0,0], 'equals', 'DIV( c:i-label){Try both right- and left-click!}');  | Equals assert OK! | | 14 |   | | | 15 | // i-tree,DIV  | | | 16 | assert('0,PID_Stree',[0,0,0], 'equals', 'SPAN(){Section 1}');  | Equals assert OK! | | 17 |   | | | 18 | // i-tree,DIV  | | | 19 | assert('0,PID_Stree',[0,1,0,0,0], 'equals', 'SPAN(){Team A}');  | Equals assert OK! | | 20 |   | | | 21 | // i-tree,DIV  | | | 22 | assert('0,PID_Stree',[0,1,1,0,0], 'equals', 'SPAN(){Team B}');  | Equals assert OK! | | 23 |   | | | 24 | // i-tree,DIV  | | | 25 | assert('0,PID_Stree',[1,0,0], 'equals', 'SPAN(){Section 2}');  | Equals assert OK! | | 26 |   | | | 27 | // i-tree,DIV  | | | 28 | assert('0,PID_Stree',[1,1,0,0,0], 'equals', 'SPAN(){Team A}');  | Equals assert OK! | | 29 |   | | | 30 | // i-tree,DIV  | | | 31 | assert('0,PID_Stree',[1,1,1,0,0], 'equals', 'SPAN(){Team B}');  | Equals assert OK! | | 32 |   | | | 33 | // i-tree,DIV  | | | 34 | assert('0,PID_Stree',[2,0,0], 'equals', 'SPAN(){Section 3}');  | Equals assert OK! | | 35 |   | | | 36 | // i-tree,DIV  | | | 37 | assert('0,PID_Stree',[2,1,0,0,0], 'equals', 'SPAN(){Team A}');  | Equals assert OK! | | 38 |   | | | 39 | // i-tree,DIV  | | | 40 | assert('0,PID_Stree',[2,1,1,0,0], 'equals', 'SPAN(){Team B}');  | Equals assert OK! | | 41 |   | | | 42 | // i-tree,DIV  | | | 43 | click('0,PID_Stree',[2,1,0,0,0], 'left');  | | | 44 |   | | | 45 | // i-tree,DIV  | | | 46 | assert('0,PID_Stree',[2,1,0,0,0], 'equals', 'SPAN(){Team A}');  | Equals assert OK! | | 47 |   | | | 48 | // i-tree,DIV  | | | 49 | assert('0,PID_Stree',[2,1,1,0,0], 'equals', 'SPAN(){Team B}');  | Equals assert OK! | | 50 |   | | | 51 | // i-tree,DIV  | | | 52 | click('0,PID_Stree',[2], 'left');  | | | 53 |   | | | 54 | // i-tree,DIV  | | | 55 | assert('0,PID_Stree',[2,0,0], 'equals', 'SPAN(){Section 3}');  | Equals assert OK! | | 56 |   | | | 57 | // i-tree,DIV  | | | 58 | click('0,PID_Stree',[2], 'left');  | | | 59 |   | | | 60 | // i-tree,DIV  | | | 61 | click('0,PID_Stree',[1], 'left');  | | | 62 |   | | | 63 | // i-orderedlayout,DIV  | | | 64 | assert('0,PID_SmainLayout',[0,0,0,0,0,0,1,0,0], 'equals', 'DIV( c:i-orderedlayout-margin-top i-orderedlayout-margin-right i-orderedlayout-margin-bottom i-orderedlayout-margin-left){DIV(){DIV( c:i-label){Try both right- and left-click!}}DIV(){DIV( c:i-tree){DIV( c:i-tree-node i-tree-node-expanded){DIV( c:i-tree-node-caption){SPAN(){Section 1}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Section 2}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}DIV( c:i-tree-node i-tree-node-expanded){DIV( c:i-tree-node-caption){SPAN(){Section 3}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption i-tree-node-selected){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}}}}');  | Equals assert OK! | | 65 |   | | | 66 | // i-tree,DIV  | | | 67 | click('0,PID_Stree',[0], 'left');  | | | 68 |   | | | 69 | // i-tree,DIV  | | | 70 | click('0,PID_Stree',[2], 'left');  | | | 71 |   | | | 72 | // i-orderedlayout,DIV  | | | 73 | assert('0,PID_SmainLayout',[0,0,0,0,0,0,1,0,0], 'equals', 'DIV( c:i-orderedlayout-margin-top i-orderedlayout-margin-right i-orderedlayout-margin-bottom i-orderedlayout-margin-left){DIV(){DIV( c:i-label){Try both right- and left-click!}}DIV(){DIV( c:i-tree){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Section 1}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Section 2}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Section 3}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption i-tree-node-selected){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}}}}');  | Equals assert OK! | | 74 |   | | | 75 | // i-tree,DIV  | | | 76 | click('0,PID_Stree',[2], 'left');  | | | 77 |   | | | 78 | // i-tree,DIV  | | | 79 | click('0,PID_Stree',[1], 'left');  | | | 80 |   | | | 81 | // i-tree,DIV  | | | 82 | click('0,PID_Stree',[0], 'left');  | | | 83 |   | | | 84 | // i-tree,DIV  | | | 85 | click('0,PID_Stree',[0,1,0,0,0], 'left');  | | | 86 |   | | | 87 | // i-tree,DIV  | | | 88 | click('0,PID_Stree',[0,1,0], 'left');  | | | 89 |   | | | 90 | // i-tree,DIV  | | | 91 | click('0,PID_Stree',[0,1,1], 'left');  | | | 92 |   | | | 93 | // i-tree,DIV  | | | 94 | click('0,PID_Stree',[0,1,1], 'left');  | | | 95 |   | | | 96 | // i-orderedlayout,DIV  | | | 97 | assert('0,PID_SmainLayout',[0,0,0,0,0,0,1,0,0], 'equals', 'DIV( c:i-orderedlayout-margin-top i-orderedlayout-margin-right i-orderedlayout-margin-bottom i-orderedlayout-margin-left){DIV(){DIV( c:i-label){Try both right- and left-click!}}DIV(){DIV( c:i-tree){DIV( c:i-tree-node i-tree-node-expanded){DIV( c:i-tree-node-caption){SPAN(){Section 1}}DIV( c:i-tree-node-children){DIV( c:i-tree-node i-tree-node-expanded){DIV( c:i-tree-node-caption i-tree-node-selected){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}DIV( c:i-tree-node i-tree-node-expanded){DIV( c:i-tree-node-caption){SPAN(){Section 2}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}DIV( c:i-tree-node i-tree-node-expanded){DIV( c:i-tree-node-caption){SPAN(){Section 3}}DIV( c:i-tree-node-children){DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team A}}DIV( c:i-tree-node-children)}DIV( c:i-tree-node){DIV( c:i-tree-node-caption){SPAN(){Team B}}DIV( c:i-tree-node-children)}}}}}}');  | Equals assert OK! | |