blob: 86839ece6777f49fc47349bdaafb247684dde793 [file] [log] [blame]
H1 Test
This test ensures that textfields return their content in accessibilityValue, and label in axLabel. Likewise, other elements and text still return their info through axLabel.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS textfield.iphoneLabel is 'AXLabel: Search'
PASS textfield.iphoneValue is 'AXValue: hello'
PASS h1.iphoneLabel is 'AXLabel: H1 Test'
PASS h1.iphoneValue is 'AXValue: 1'
PASS button.iphoneLabel is 'AXLabel: Button Title'
PASS button.iphoneValue is 'AXValue: '
PASS successfullyParsed is true
TEST COMPLETE