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 |
| 9 |
| 10 TEST COMPLETE |
8 Role: AXRole: AXToggleButton | 11 Role: AXRole: AXToggleButton |
9 PASS tbutton1.title is 'AXTitle: Toggle button' | 12 PASS tbutton1.title is 'AXTitle: Toggle button' |
10 Role: AXRole: AXButton | 13 Role: AXRole: AXButton |
11 PASS button.title is 'AXTitle: Button title' | 14 PASS button.title is 'AXTitle: Button title' |
12 PASS successfullyParsed is true | |
13 | 15 |
14 TEST COMPLETE | |
15 | |
OLD | NEW |