1 This test checks that radio buttons expose title ui elements correctly under a variety of cirmcumstances. In general, the should disappear and act as the title for the radio button.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS focusedElement.deprecatedTitle is 'AXTitle: LABEL'
7 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
8 PASS focusedElement.deprecatedDescription is 'AXDescription: LABEL2a'
9 PASS focusedElement.deprecatedTitle is 'AXTitle: '
10 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
11 PASS focusedElement.deprecatedDescription is 'AXDescription: radio3'
12 PASS focusedElement.deprecatedTitle is 'AXTitle: '
13 PASS !titleUIElement || titleUIElement.deprecatedTitle == 'AXTitle: ' is true
14 PASS successfullyParsed is true