mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Update ui-tests-app
This commit is contained in:
@ -21,7 +21,13 @@ export function createPage() {
|
||||
buttonOneWay.id = "buttonOneWay";
|
||||
buttonTwoWay.id = "buttonTwoWay";
|
||||
|
||||
targetOneWay.automationText = "textFieldOneWay";
|
||||
targetTwoWay.automationText = "textFieldTwoWay";
|
||||
buttonOneWay.automationText = "buttonOneWay";
|
||||
buttonTwoWay.automationText = "buttonTwoWay";
|
||||
|
||||
buttonSetText.id = "buttonSetText";
|
||||
buttonSetText.automationText = "buttonSetText";
|
||||
buttonSetText.text = "SetText";
|
||||
buttonSetText.on(buttonModule.Button.tapEvent, function () {
|
||||
targetOneWay.text = "Test";
|
||||
|
@ -54,6 +54,7 @@ examples.set("dialogs", "dialogs/dialogs");
|
||||
|
||||
examples.set("fontbtn", "font/button");
|
||||
examples.set("fontlbl", "font/label");
|
||||
examples.set("material", "font/material-icons");
|
||||
examples.set("tabfont", "font/tab-view");
|
||||
examples.set("fontfield", "font/text-field");
|
||||
examples.set("fontview", "font/text-view");
|
||||
|
Reference in New Issue
Block a user