Skip to content

Commit

Permalink
Update chrome test due to new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvid committed Apr 17, 2024
1 parent 4bfebd7 commit 34d1d71
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions schedule/test-chrome.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: extra_tests_gnome
description: >
Maintainer: qe-core@suse.de
Extra tests for software in desktop applications which were designed to run on gnome
VNC_STALL_THRESHOLD is needed for xen svirt to don't turn off the scrreen after default 4 sec
conditional_schedule:
user_defined_snapshot:
ARCH:
'aarch64':
- x11/user_defined_snapshot
'ppc64le':
- x11/user_defined_snapshot
'x86_64':
- x11/user_defined_snapshot
keyboard_layout_gdm:
ARCH:
'aarch64':
- x11/keyboard_layout_gdm
'ppc64le':
- x11/keyboard_layout_gdm
'x86_64':
- x11/keyboard_layout_gdm
x86_64_tests:
ARCH:
'x86_64':
- x11/steam
- x11/wine
- x11/chrome
opensuse_tests:
DISTRI:
opensuse:
- x11/libqt5_qtbase
- x11/exiv2
- x11/seahorse
- '{{x86_64_tests}}'
- x11/multi_users_dm
- x11/gnucash
- texlive/latexdiff
- appgeo/qgis
- x11/network/hwsim_wpa2_enterprise_setup
- x11/network/yast2_network_use_nm
- x11/network/NM_wpa2_enterprise
schedule:
- installation/bootloader_start
- boot/boot_to_desktop
- console/system_prepare
- console/prepare_test_data
- console/consoletest_setup
- x11/x11_setup
- x11/chrome
1 change: 1 addition & 0 deletions tests/x11/chrome.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ sub run {
assert_and_click 'chrome-default-browser-query';
assert_screen [qw(google-chrome-main-window google-chrome-dont-sign-in)];
click_lastmatch if match_has_tag('google-chrome-dont-sign-in');
click_lastmatch if match_has_tag('google-chrome-ad-privacy-feature');
wait_screen_change { send_key 'ctrl-l' };
enter_cmd 'about:';
assert_screen 'google-chrome-about';
Expand Down

0 comments on commit 34d1d71

Please sign in to comment.