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
Plasma
KWin
Commits
3b2b9e01
Commit
3b2b9e01
authored
Feb 27, 2021
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Mar 01, 2021
Browse files
Fix GlobalShortcutsTest::testWaylandClientShortcut()
parent
e4bed6ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/integration/globalshortcuts_test.cpp
View file @
3b2b9e01
...
...
@@ -321,7 +321,7 @@ void GlobalShortcutsTest::testWaylandClientShortcut()
shellSurface
.
reset
();
surface
.
reset
();
QVERIFY
(
Test
::
waitForWindowDestroyed
(
client
));
QVERIFY
(
workspace
()
->
shortcutAvailable
(
seq
)
);
Q
TRY_
VERIFY
_WITH_TIMEOUT
(
workspace
()
->
shortcutAvailable
(
seq
)
,
500
);
//we need the try since KGlobalAccelPrivate::unregister is async
}
void
GlobalShortcutsTest
::
testSetupWindowShortcut
()
...
...
Write
Preview
Supports
Markdown
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