Actions
action #104703
closedWait for Installation Settings screen to be loaded completely
Description
In slower scenario we find problems like this validate_ssh_service_enabled
When we use wait_until
in a Page we use a default timeout of 10 seconds that is not in line with the timeout for the job, which is for example in this case 120. We should pass it this timeout or figure out other solution like wait for the progress bar to dissapear during loading.
Actions