mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Don't look for System tab on gnome-text-editor on Silverblue
Silverblue has an older version of g-t-e which does not have this tab. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
af69bf1990
commit
45514ae985
@ -26,8 +26,11 @@ sub run {
|
||||
assert_screen "gte_credits_shown";
|
||||
|
||||
# Check the System tab
|
||||
assert_and_click "gte_system_tab";
|
||||
assert_screen "gte_system_shown";
|
||||
# This doesn't show up on Silverblue yet, it's on an older version
|
||||
unless (get_var("CANNED")) {
|
||||
assert_and_click "gte_system_tab";
|
||||
assert_screen "gte_system_shown";
|
||||
}
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user