Skip to content

Commit

Permalink
Merge pull request #6466 from dzedro/firefox_extensions
Browse files Browse the repository at this point in the history
Firefox_extensions test fix
  • Loading branch information
dzedro committed Jan 3, 2019
2 parents 0c211a2 + 2076c4d commit 12beca9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/x11/firefox/firefox_extensions.pm
Expand Up @@ -31,12 +31,8 @@ sub run {
assert_and_click('firefox-extensions-add-to-firefox');
wait_still_screen 6;
send_key 'alt-a';
# close the flagfox relase notes tab
wait_still_screen 3;
save_screenshot;
send_key 'ctrl-w';
# close the flagfox search tab
send_key 'ctrl-w';
# close the flagfox relase notes tab and flagfox search tab
send_key_until_needlematch 'firefox-addons-plugins', 'ctrl-w', 3, 3;
# refresh the page to see addon buttons
send_key 'f5';
assert_screen('firefox-extensions-flagfox_installed', 90);
Expand Down

0 comments on commit 12beca9

Please sign in to comment.