OLD | NEW |
1 This test checks that radio buttons expose title ui elements correctly under a v
ariety of cirmcumstances. In general, the should disappear and act as the title
for the radio button. | 1 This test checks that radio buttons expose title ui elements correctly under a v
ariety of cirmcumstances. In general, the should disappear and act as the title
for the radio button. |
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 focusedElement.deprecatedTitle is 'AXTitle: LABEL' | 6 PASS focusedElement.name is 'LABEL' |
7 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true | 7 PASS !titleUIElement || titleUIElement.name == '' is true |
8 PASS focusedElement.deprecatedDescription is 'AXDescription: LABEL2a' | 8 PASS focusedElement.name is 'LABEL2a' |
9 PASS focusedElement.deprecatedTitle is 'AXTitle: ' | 9 PASS focusedElement.description is '' |
10 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true | 10 PASS !titleUIElement || titleUIElement.name == '' is true |
11 PASS focusedElement.deprecatedDescription is 'AXDescription: radio3' | 11 PASS focusedElement.name is 'radio3' |
12 PASS focusedElement.deprecatedTitle is 'AXTitle: ' | 12 PASS focusedElement.description is '' |
13 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true | 13 PASS !titleUIElement || titleUIElement.name == '' is true |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 Test | 17 Test |
18 LABEL Test | 18 LABEL Test |
19 LABEL2 | 19 LABEL2 |
20 LABEL2a | 20 LABEL2a |
21 Test | 21 Test |
22 LABEL3 | 22 LABEL3 |
OLD | NEW |