Skip to content

Commit 62e03b8

Browse files
committed
Merge pull request appium-boneyard#37 from dshirley/master
Fix the ios-webview.js test
2 parents 722b9dd + 358307a commit 62e03b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample-code/examples/node/ios-webview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe("ios webview", function () {
4444
it("should get the url", function () {
4545
return driver
4646
.elementByXPath('//UIATextField[@value=\'Enter URL\']')
47-
.sendKeys('https://www.google.com')
47+
.sendKeys('www.google.com')
4848
.elementByName('Go').click()
4949
.elementByClassName('UIAWebView').click() // dismissing keyboard
5050
.context('WEBVIEW')

0 commit comments

Comments
 (0)