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

0001 import QtQuick
0002 import QtTest
0003 
0004 DiscoverTest {
0005     function test_openCategory() {
0006         verify(appRoot.stack.currentItem, "has a page");
0007         while (appRoot.stack.currentItem.title === "")
0008             verify(waitForRendering());
0009         compare(appRoot.stack.currentItem.title, "dummy 2.1", "same title");
0010     }
0011 }