Commit 358307a
committed
Fix the ios-webview.js test
It was broken because the test WebView app automatically adds
"http://" to the address bar when it is selected. The ios-webiew.js
test tried to type "http://www.google.com" into the address bar,
resulting in trying go to "http://http://www.google.com" which caused
the test to fail.
Fix: Type "www.google.com" into the address bar instead of
"http://www.google.com"1 parent 722b9dd commit 358307a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments