aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSven Kroemeke <skroemeke@luxoft.com>2019-04-09 16:12:21 +0200
committerSvenKa Roem <skroemeke@luxoft.com>2019-04-10 11:03:08 +0000
commit98ef40e122711f3d09bcd17e1773ae5a5def780b (patch)
treef8f6954abdb9274d57e2f9edba0d54882ca0baab /plugins
parentd3de8634a384e53205fd66b27c1188dd8cb44a64 (diff)
[squish] add simple vehicle app tests
For the vehicle app 3 tests were added: - open all views - switch through driving support options - open all doors, trunk, and sun roof Change-Id: Iddc03f637c5a82cc17641ca951bf32abae121f9f Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/controls/ListItemSwitch.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/controls/ListItemSwitch.qml b/plugins/controls/ListItemSwitch.qml
index a335aadc..4eca86e2 100644
--- a/plugins/controls/ListItemSwitch.qml
+++ b/plugins/controls/ListItemSwitch.qml
@@ -111,6 +111,7 @@ ListItemBasic {
accessoryDelegateComponent1: Switch {
id: switchDelegate
+ objectName: "listItemSwitch"
checked: root.switchOn
onPositionChanged: root.position = position
onToggled: {