mirror of
https://github.com/appium/appium.git
synced 2026-04-25 21:08:57 -05:00
fix find-element test
This commit is contained in:
@@ -73,7 +73,7 @@ describe('uicatalog - find element -', function () {
|
||||
}).nodeify(done);
|
||||
});
|
||||
it('should find a deeply nested element by name', function (done) {
|
||||
driver.element('accessibility_id', 'UINavigationBarBackIndicatorDefault.png').then(function (el) {
|
||||
driver.element('accessibility_id', 'Toolbar, Uses of UIToolbar').then(function (el) {
|
||||
el.should.exist;
|
||||
}).nodeify(done);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user