mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 15:23:08 +00:00
Fix Krusader
It seems that there was a lag in button drawing, which prevented OpenQA from fully recognizing the krusader_welcome needle because it was evaluated too soon. I added "wait_still_screen 3" to make sure, there is time for a button to be drawn correctly before assertion.
This commit is contained in:
parent
ff4ceb55ff
commit
7dd43daab8
@ -13,6 +13,7 @@ sub run {
|
|||||||
# Deal with the welcome screens
|
# Deal with the welcome screens
|
||||||
while (check_screen('krusader_welcome', '1')){
|
while (check_screen('krusader_welcome', '1')){
|
||||||
assert_and_click 'krusader_welcome';
|
assert_and_click 'krusader_welcome';
|
||||||
|
wait_still_screen 3;
|
||||||
}
|
}
|
||||||
# Settings close
|
# Settings close
|
||||||
assert_and_click 'krusader_settings_close';
|
assert_and_click 'krusader_settings_close';
|
||||||
|
Loading…
Reference in New Issue
Block a user