Skip to content

Commit

Permalink
Get screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCai7 committed Dec 15, 2024
1 parent a988190 commit 5cabe03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/installation/disable_grub_timeout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ sub run {
# Select section booting on Installation Settings overview on text mode
send_key $cmd{change};
assert_screen 'inst-overview-options';
for (1 .. 10) {
sleep 1;
save_screenshot;
}
assert_and_click 'windows-next';
save_screenshot;
is_upgrade() ? send_key 'alt-t' : send_key 'alt-b';
}
else {
Expand Down

0 comments on commit 5cabe03

Please sign in to comment.