mirror of
https://github.com/appium/appium.git
synced 2026-02-09 11:18:51 -06:00
test fix
This commit is contained in:
@@ -36,9 +36,9 @@ describe('uicatalog - find by ios-ui-automation @skip-ios6', function () {
|
||||
.should.eventually.have.length(2)
|
||||
.nodeify(done);
|
||||
});
|
||||
it('should process UIAutomation queries if user leaves out the first period', function (done) {
|
||||
it('should use raw selector code if selector doesn\'t start with a dot' , function (done) {
|
||||
driver
|
||||
.elements(byUIA, 'elements()').then(filterDisplayed)
|
||||
.elements(byUIA, '$.mainWindow().elements()').then(filterDisplayed)
|
||||
.should.eventually.have.length(2)
|
||||
.nodeify(done);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user