Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox_extensions test fix #6466

Merged
merged 1 commit into from
Jan 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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