Skip to content

Ensure we start our tests with wayland already initialised

Aleix Pol Gonzalez requested to merge work/test-init into master

When debugging modifier_only_shortcut_test in _waylandonly mode I saw that it was failing, among other things, because some aspects were not initialised.

This changes every test we have to run the new Test::initWaylandWorkspace() that calls waylandServer()->initWorkspace() but also makes sure that WaylandServer::initialized is emitted before we proceed.

Merge request reports