Skip to content

autotests: Fix testScreens

Vlad Zahorodnii requested to merge work/zzag/fix-test-screens into master

Currently, the test doesn't pass due to Xwayland encountering a protocol error.

That protocol error occurs because the xdg-output is destroyed before the wl_output.

This change moves the ownership of the xdg-output to wl-output so they are destroyed together.

Merge request reports