action #106850
Updated by JERiveraMoya over 3 years ago
### Motivation After migrating to libui REST API with new test module `installation/performing_installation/perform_installation` sometimes we cannot see the real error unless checking the video. Example: https://openqa.suse.de/tests/8162213#step/perform_installation/1 Sometimes there is not video (or even logs): https://openqa.suse.de/tests/8162170#step/perform_installation/1 ### Acceptance criteria **AC1**: Makes the reported error more clear **AC2**: ensure verification for existing errors with some dialog with the failure or just stuck installation (if found any) and no failing ones (for slower arch also quite interesting) ### Suggestions - Ensure to take Take an screenshot after timeout is reached. - We might need to check the progress bar with some frequency and consider that for example to exit early or the UI dialog contrary, to check for a dialog, but with the error is not always the same. - Take a look that the logs are retrieved properly when failing libyui we should be very generic, as it could be any dialog there? Definitely we need some adjustment here.