We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da30a4 commit 936a4c3Copy full SHA for 936a4c3
test/helper/Appium_test.js
@@ -190,7 +190,7 @@ describe('Appium', function () {
190
await app.see('Prefered Car')
191
assert.ok(app.isWeb)
192
await app.switchToNative()
193
- await app.browser.pause(1000)
+ await app.browser.pause(2000)
194
val = await app.grabContext()
195
assert.equal(val, 'NATIVE_APP')
196
return assert.ok(!app.isWeb)
0 commit comments