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 93804c6 commit 6808bb3Copy full SHA for 6808bb3
test/helper/Appium_test.js
@@ -183,6 +183,7 @@ describe('Appium', function () {
183
it('should switch to native and web contexts @quick', async () => {
184
await app.resetApp()
185
await app.tap('~buttonStartWebviewCD')
186
+ await app.browser.pause(1000)
187
await app.see('WebView location')
188
await app.switchToWeb()
189
let val = await app.grabContext()
0 commit comments