mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Have desktop_browser run disable_firefox_studies
I'd prefer not to do this, but I don't see a better way to deal with the stupid 'welcome' screens. I'm not maintaining needles to click them away forever. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
919ade3152
commit
66bc59de1d
@ -28,6 +28,10 @@ sub _open_new_tab {
|
||||
sub run {
|
||||
my $self = shift;
|
||||
check_desktop;
|
||||
# switch to a VT and disable things that can mess with the test
|
||||
$self->root_console(tty=>3);
|
||||
disable_firefox_studies;
|
||||
desktop_vt;
|
||||
send_key 'super';
|
||||
# wait out animations
|
||||
wait_still_screen(stilltime=>4, similarity_level=>45);
|
||||
|
Loading…
Reference in New Issue
Block a user