diff --git a/tests/components/button.qml b/tests/components/button.qml index c309b5752..dd1b02178 100644 --- a/tests/components/button.qml +++ b/tests/components/button.qml @@ -36,6 +36,15 @@ ComponentBase { text: "test" } + Label { + text: "This should look highlighted on load" + } + + PlasmaComponents.Button { + text: "test" + focus: true + } + Label { text: "long text, should expand to fit" diff --git a/tests/components/button3.qml b/tests/components/button3.qml index 57a2255b6..1150bf2eb 100644 --- a/tests/components/button3.qml +++ b/tests/components/button3.qml @@ -35,6 +35,14 @@ ComponentBase { text: "test" } + PlasmaComponents.Label { + text: "This should look highlighted on load" + } + + PlasmaComponents.Button { + text: "test" + focus: true + } PlasmaComponents.Label { text: "long text, should expand to fit"