uncomment passFocus test

This commit is contained in:
Peter Fajdiga
2025-09-13 10:48:38 +02:00
parent ac7566d2cf
commit 24c1fa0a38

View File

@@ -13,7 +13,7 @@ tests.register("Pass focus", 20, () => {
function removeWindow(client: MockKwinClient) {
runOneOf(
() => workspaceMock.removeWindow(client),
// () => client.desktops = [workspaceMock.desktops[1]],
() => client.desktops = [workspaceMock.desktops[1]],
);
}