Skip to content

Commit 172152a

Browse files
Update link in webView test page (NativeScript#4684)
1 parent 93d940d commit 172152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/ui-tests-app/web-view/web-view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ListView loaded="loaded">
33
<ListView.itemTemplate>
44
<WebView loaded="onLoaded" loadStarted="onLoadStarted" loadFinished="onLoadFinished" unloaded="onUnloaded"
5-
src="http://www.bbc.com/" minHeight="250" />
5+
src="https://docs.nativescript.org/" minHeight="250" />
66
</ListView.itemTemplate>
77
</ListView>
88
</Page>

0 commit comments

Comments
 (0)