mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Snapshot fix
This commit is contained in:
@@ -24,7 +24,7 @@ page.on(Page.navigatedToEvent, onNavigatedTo);
|
||||
function onNavigatedTo(args) {
|
||||
let label = new Label();
|
||||
label.text = "Running non-UI tests...";
|
||||
page.content = label
|
||||
page.content = label;
|
||||
args.object.off(Page.navigatedToEvent, onNavigatedTo);
|
||||
setTimeout(function () {
|
||||
tests.runAll();
|
||||
|
||||
Reference in New Issue
Block a user