aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml
diff options
context:
space:
mode:
authorSven Kroemeke <skroemeke@luxoft.com>2019-04-02 14:43:41 +0200
committerSvenKa Roem <skroemeke@luxoft.com>2019-04-03 14:32:57 +0000
commit9b7c4e492813cca1f33d740efb9c9394490b1d1f (patch)
treefdb67a92807c010a11994ee0c3ccb0d66b82ea3c /apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml
parent54231f09dfa42c46d01cbd0bb3022f2cd12f608e (diff)
[squish] add app downloads tests
In downloads app tests were added: - change the 3 views and test if they changed - install and deinstall apps in these views Change-Id: I0fe7b63f353b3ddc8ec5edf7bc0074a610c0dfaf Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml')
-rw-r--r--apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml b/apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml
index 3f6997e9..e3d2101d 100644
--- a/apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml
+++ b/apps/com.pelagicore.downloads/controls/DownloadsToolsColumn.qml
@@ -52,6 +52,7 @@ ColumnLayout {
Layout.alignment: Qt.AlignHCenter
ToolButton {
+ objectName: "downloadAppViewButton_" + (model.name ? model.name : "unknown")
Layout.alignment: Qt.AlignHCenter
baselineOffset: 0
checkable: true