File tree Expand file tree Collapse file tree
Sample Project/CheckBoxUITests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ - (void)tearDown {
2727}
2828
2929- (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 ];
3131 XCTAssertTrue (element.isHittable );
3232
3333 [element tap ];
You can’t perform that action at this time.
0 commit comments