OLD | NEW |
1 Toggle button | 1 Toggle button |
2 Button title | 2 Button title |
3 This tests that a toggle button properly exposes the title when there isn't a di
rect relation and textUnderElement is required to be used. | 3 This tests that a toggle button properly exposes the title when there isn't a di
rect relation and textUnderElement is required to be used. |
4 | 4 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 6 |
7 | 7 |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 Role: AXRole: AXToggleButton | 11 Role: AXRole: AXToggleButton |
12 PASS tbutton1.deprecatedTitle is 'AXTitle: Toggle button' | 12 PASS tbutton1.name is 'Toggle button' |
13 Role: AXRole: AXButton | 13 Role: AXRole: AXButton |
14 PASS button.deprecatedTitle is 'AXTitle: Button title' | 14 PASS button.name is 'Button title' |
15 | 15 |
OLD | NEW |