File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sample Project/CheckBoxUITests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ - (void)tearDown {
27
27
}
28
28
29
29
- (void )testOn {
30
- XCUIElement *element = [[[[[[[[XCUIApplication alloc ] init ].otherElements containingType: XCUIElementTypeNavigationBar identifier: @" BEMCheckBox" ] childrenMatchingType: XCUIElementTypeOther].element childrenMatchingType: XCUIElementTypeOther].element childrenMatchingType: XCUIElementTypeOther].element childrenMatchingType: XCUIElementTypeOther] elementBoundByIndex: 0 ];
30
+ XCUIElement *element = [[[[[[[[XCUIApplication alloc ] init ].otherElements containingType: XCUIElementTypeNavigationBar identifier: @" BEMCheckBox" ] childrenMatchingType: XCUIElementTypeOther].element childrenMatchingType: XCUIElementTypeOther].element childrenMatchingType: XCUIElementTypeOther].element childrenMatchingType: XCUIElementTypeOther] elementBoundByIndex: 1 ];
31
31
XCTAssertTrue (element.isHittable );
32
32
33
33
[element tap ];
You can’t perform that action at this time.
0 commit comments