[openqa-tests/sam/ci] Send TAB before typing timezone



commit 3e961e0028902a93604be618c81f2c161581997b
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Thu Sep 15 19:27:24 2022 +0100

    Send TAB before typing timezone
    
    See https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/156

 tests/gnome_welcome.pm | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/gnome_welcome.pm b/tests/gnome_welcome.pm
index e78dc9f..fd18a28 100644
--- a/tests/gnome_welcome.pm
+++ b/tests/gnome_welcome.pm
@@ -8,6 +8,7 @@ sub run {
     assert_and_click('gnome_firstboot_language', timeout => 10, button => 'left');
     assert_and_click('gnome_firstboot_privacy', timeout => 10, button => 'left');
     assert_screen('gnome_firstboot_timezone_1', 30);
+    send_key('tab');
     type_string('London, East');
     assert_and_click('gnome_firstboot_timezone_2', timeout => 20, button => 'left');
     assert_and_click('gnome_firstboot_timezone_3', timeout => 20, button => 'left');


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]