Skip to content

Commit

Permalink
fix find-element test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Mar 27, 2014
1 parent e06f65b commit 7cedf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/ios/uicatalog/find-element-specs.js
Expand Up @@ -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);
});
Expand Down

0 comments on commit 7cedf44

Please sign in to comment.