Skip to content

Commit

Permalink
firefox_pdf: Drop fullscreen button, is removed on 91+
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Sep 20, 2021
1 parent 4493073 commit 358bf40
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/x11/firefox/firefox_pdf.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SUSE's openQA tests
#
# Copyright © 2009-2013 Bernhard M. Wiedemann
# Copyright © 2012-2016 SUSE LLC
# Copyright © 2012-2021 SUSE LLC
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
Expand All @@ -16,8 +16,6 @@
# - Click on zoom out button
# - Click on zoom in button
# - Access zoom menu and select "Actual size"
# - Select "Full screen"
# - Select "Actual size"
# - Jump to page 3
# - Exit firefox
# Maintainer: wnereiz <wnereiz@gmail.com>
Expand Down Expand Up @@ -45,13 +43,6 @@ sub run {
assert_and_click 'firefox-pdf-zoom_menu_actual_size'; #"Actual Size"
assert_screen('firefox-pdf-actual_size');

sleep 1;
assert_and_click 'firefox-pdf-icon_fullscreen'; #Full Screen

wait_still_screen 2;
send_key "esc";
sleep 1;
assert_and_click "firefox-pdf-actual_size";
assert_and_click "firefox-pdf-page";
sleep 1;
send_key "3";
Expand Down

0 comments on commit 358bf40

Please sign in to comment.