mirror of
https://github.com/appium/appium.git
synced 2026-02-10 20:09:49 -06:00
rejigger this test
This commit is contained in:
Submodule submodules/appium-uiauto updated: 1e470de95a...f49187df23
@@ -212,9 +212,9 @@ describe('uicatalog - find element -', function () {
|
||||
driver.element('-ios_uiautomation', '.navigationBars()[0]')
|
||||
.getAttribute('name').then(function (name) {
|
||||
if (name !== 'UICatalog') {
|
||||
driver.back().then(done);
|
||||
driver.back().delay(2000).nodeify(done);
|
||||
} else {
|
||||
done();
|
||||
Q.delay(500).nodeify(done);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user