tests: functional: Fix app installation test skipped on slow machines
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