Warning, /plasma/discover/discover/autotests/categoryArg.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_openCategory() {
0007         verify(appRoot.stack.currentItem, "has a page");
0008         while (appRoot.stack.currentItem.title === "")
0009             verify(waitForRendering());
0010         compare(appRoot.stack.currentItem.title, "dummy 2.1", "same title");
0011     }
0012 }