Skip to content

[autotests] Fix decoration input test

David Edmundson requested to merge work/fix_unittest1 into master

QTRY_COMPARE doesn't work well with how we do our wayland event dispatching.

We know the client hasn't processed any events yet, so we can safely do a normal wait.

Merge request reports