Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KDebugSettings
Commits
fdeed751
Commit
fdeed751
authored
Apr 10, 2022
by
Laurent Montel
😁
Browse files
improve autotest
parent
c04f4e09
Pipeline
#162238
passed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/kdeapplicationdebugsettingpagetest.cpp
View file @
fdeed751
...
...
@@ -29,6 +29,7 @@ void KDEApplicationDebugSettingPageTest::shouldHaveDefaultValue()
QVERIFY
(
listWidget
->
header
()
->
isHidden
());
QVERIFY
(
listWidget
->
isColumnHidden
(
2
));
QCOMPARE
(
listWidget
->
columnCount
(),
4
);
QVERIFY
(
listWidget
->
uniformRowHeights
());
auto
selectAll
=
page
.
findChild
<
QPushButton
*>
(
QStringLiteral
(
"selectall"
));
QVERIFY
(
selectAll
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment