test moved to ui-tests-app (#3485)

Should be tested with no connection
This commit is contained in:
Vladimir Enchev
2017-01-13 14:38:19 +02:00
committed by GitHub
parent c8d9a54a4f
commit dad5e79df3
3 changed files with 6 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
export function onLoadFinished(args) {
console.log("### onLoadFinished with error: " + args.error);
}

View File

@@ -0,0 +1,3 @@
<Page>
<WebView src="https://www.google.com" loadFinished="onLoadFinished" />
</Page>