Warning, /plasma/discover/discover/autotests/packageArgument.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.0
0002 import QtTest 1.1
0003 
0004 DiscoverTest
0005 {
0006     function test_open() {
0007         verify(appRoot.stack.currentItem, "has a page");
0008         while (appRoot.stack.currentItem.title === "Loading…")
0009             waitForRendering();
0010         compare(appRoot.stack.currentItem.application.packageName, "CMakeLists.txt", "pkgname");
0011     }
0012 }