mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
Fixes an issue where after clicking an app install button (that disables the button), the app uninstall test is skipped because "App not available in distribution". Wait until the app install submit button is not present on the page after clicking the install button. Test performed: - Increased sleep time to 10s in SetupView. The sharing app uninstall functional test pass. Signed-off-by: Veiko Aasa <veiko17@disroot.org> [sunil: Use wait_for_page_update() instead of eventually] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>