action #98958
Updated by JERiveraMoya about 3 years ago
New module would implement the process of waiting for installation to be completed. We might just wait until [dialog](https://openqa.suse.de/tests/7126451#step/await_install/15) with text "The system will reboot now..." appears. It might require to implement Progressbar widget, like [we did in ruby client](https://github.com/qe-yast/ruby-yui-rest-client/blob/master/lib/yui_rest_client/widgets/progressbar.rb). We should decide which timeout to set and extract what could be needed from await_install.pm, in particular analyze the stop of the countdown which does not always appear in all cases: https://openqa.suse.de/tests/7126451#step/await_install/15. For example here we have a countdown: https://openqa.suse.de/tests/7642555#step/reboot_after_installation/1 https://openqa.suse.de/tests/7126451#step/await_install/15 This test module does not include clicking on OK button due to some action can be needed at that point, like retrieving logs, etc.