You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PatternFly5 updates for the host groups pages.
Additional changes:
- several `view.wait_displayed()` added for more reliable page loading
- Host Groups page now also expects if no host groups are present
- `hostgroup.read()` no longer submits the form
- it can cause to submit unintentional data (not likely, but still)
- it prolongs the test time as new page needs to load
- the navigation can clash with actions chains like `read() && update(...)`
where `read()` submits the form while `update()` expects to interact with the page immediately
0 commit comments