aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-09-26 16:36:41 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-09-27 06:54:53 +0000
commit76edd353009e5cfa2b435cc8cd4a7d0cced195f6 (patch)
treeb181f19fd266afda1e6929480afbbef88587c351 /tests/manual
parent17a2c8bb158c099fd2dace002e30405f8e60ec06 (diff)
testbench: fix Switch label
Change-Id: I12fac13118cf27d7ed391df33a5a0a551a8764ef Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/testbench/controls/Switch.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/testbench/controls/Switch.qml b/tests/manual/testbench/controls/Switch.qml
index 70f44abd..63051a50 100644
--- a/tests/manual/testbench/controls/Switch.qml
+++ b/tests/manual/testbench/controls/Switch.qml
@@ -65,7 +65,7 @@ QtObject {
]
property Component component: Switch {
- text: "CheckBox"
+ text: "Switch"
enabled: !is("disabled")
checked: is("checked")
// Only set it if it's pressed, or the non-pressed examples will have no press effects