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