mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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";
|
||||
|
||||
Reference in New Issue
Block a user