OLD | NEW |
1 | 1 |
2 This tests that we report the correct selection-related states. | 2 This tests that we report the correct selection-related states. |
3 | 3 |
4 | 4 |
5 PASS accessibilityController.focusedElement.isMultiSelectable is true | 5 PASS axSelectElement.isMultiSelectable is true |
6 PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true | 6 PASS axSelectElement.childAtIndex(0).isSelectable is true |
7 PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true | 7 PASS axSelectElement.childAtIndex(0).isSelected is true |
8 PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true | 8 PASS axSelectElement.childAtIndex(1).isSelectable is true |
9 PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false | 9 PASS axSelectElement.childAtIndex(1).isSelected is false |
10 PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is fals
e | 10 PASS axSelectElement.childAtIndex(2).isSelectable is false |
11 PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false | 11 PASS axSelectElement.childAtIndex(2).isSelected is false |
12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
13 | 13 |
14 TEST COMPLETE | 14 TEST COMPLETE |
15 | 15 |
OLD | NEW |