tests: functional: Wait for uninstall page load before uninstalling
- Many functional test failures in the Gitlab CI pipeline show that uninstall form was attempted to submitted while still in the app page. After clicking on the uninstall menu item, we are not waiting for the page to load fully. Fix this by waiting for page load. This change is expected to fix most of the functional tests failures in the pipeline.
Tests:
- Ran bepasty functional tests.
Signed-off-by: Sunil Mohan Adapa sunil@medhas.org