Test Suite: Fix flaky step "I disable the first persistence preset"
commit2512ed46188cba5f7b207f7b1cc9a5b98486681f
authorsegfault <segfault@riseup.net>
Wed, 22 Feb 2023 18:10:18 +0000 (22 19:10 +0100)
committersegfault <segfault@riseup.net>
Tue, 28 Feb 2023 17:36:10 +0000 (28 18:36 +0100)
tree24ed9c40aace70c05195a744891596f8c07b5208
parentcfa94816d2b00fce57b4007739ae6e82aa187635
Test Suite: Fix flaky step "I disable the first persistence preset"

In one scenario, the next step after this one was to shut down, which
caused a race: Because the step did wait until deactivation completed,
sometimes the feature was not deactivated yet, causing it to be active
again after reboot.
features/step_definitions/usb.rb
features/support/helpers/misc_helpers.rb