blob: fbd3a04701b4e108a6531c30360353d84ce3b683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This test checks aria-help attribute of fields in multiple fields week input UI.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Non-empty value
PASS focusedFieldValueDescription() is "Week, AXValueDescription: 10, 1, 53"
PASS focusedFieldValueDescription() is "Year, AXValueDescription: 2012, 1, 275760"
Empty value
PASS focusedFieldValueDescription() is "Year, AXValueDescription: blank, 1, 275760"
PASS focusedFieldValueDescription() is "Week, AXValueDescription: blank, 1, 53"
PASS successfullyParsed is true
TEST COMPLETE
|