Use handle_welcome_screen to clean the Tour
This commit is contained in:
parent
1b7d465e39
commit
545de3a53a
1 changed files with 1 additions and 5 deletions
|
|
@ -136,11 +136,7 @@ sub run {
|
|||
# When we have reached the final screen
|
||||
assert_and_click("gis_button_start_fedora");
|
||||
# When we have reached the system, dismiss the tour
|
||||
assert_screen("getting_started");
|
||||
send_key("ret");
|
||||
wait_still_screen(3);
|
||||
# System starts with Activities mode, end it
|
||||
send_key("esc");
|
||||
handle_welcome_screen();
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue