diff --git a/tests/ui/modules/Common/Collapse.qml b/tests/ui/modules/Common/Collapse.qml index 7548df7c7..833af998a 100644 --- a/tests/ui/modules/Common/Collapse.qml +++ b/tests/ui/modules/Common/Collapse.qml @@ -38,12 +38,12 @@ Item { // ----------------------------------------------------------------- states: State { - name: 'Collapsed' + name: 'collapsed' when: _collapsed PropertyChanges { - target: button rotation: 180 + target: button } PropertyChanges {