1
0
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:
Adam Williamson 2022-03-07 13:40:30 -08:00
parent af69bf1990
commit 45514ae985

View File

@ -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 {