Project

General

Profile

action #98958

Updated by JERiveraMoya over 2 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. We could click directly in OK in that point and leave the check for the timeout value to installer_extended test suite. 

 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 await_install.pm.

Back