Skip to content

autotests/integration/buttonrebind: make it less flaky

Xaver Hugl requested to merge work/zamundaaa/flaky-test into master

There was no synchronization between the config being changed and the test checking for the result, so it sometimes did the action that was configured by the previous test. To fix that, this commit unloads and re-loads the plugin, which forces it to reload the configuration

Merge request reports