Tasos Papaioannou
Tasos Papaioannou
The string passed to `--use-provider` is used to match on either the provider key or on one of its tags. This behavior is due to the fact that there is...
This seems to be fixed with the change in https://github.com/ManageIQ/integration_tests/commit/3a417ac4a2810149f7a4ddf157bf60489b462243 that waits for flash messages to be present before calling `assert_success_message()`.
If you're using one of the `FAKE_X_YUM_REPO` constants defined in `robottelo/constants/repos.py`, then yes, `/fake_yumX` is appended to the `repos_hosting_url` value that you specified in `robottelo.properties`: ``` FAKE_0_YUM_REPO = f'{REPOS_URL}/fake_yum0' FAKE_1_YUM_REPO...
Verified that this PR fixes the issue I'm having with a multi-step wizard. When a field on the first step has an async validator, navigating to the second step triggers...