mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
gnome-text-editor: don't check 'System' tab in About
In 43-alpha it's gone, the replacement is Troubleshooting -> Debugging Information. But it would be a pain to write two forks in the code for handling both cases, and there's a ton more stuff in the new-style About dialog that we're not checking either. I don't think we really need to click on all of it, and this bit of it isn't super important. So on the whole I'd rather just keep things simple and drop this check. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9495cfb1ff
commit
b7dea9f80c
@ -24,13 +24,6 @@ sub run {
|
|||||||
|
|
||||||
# Check that Credits were shown.
|
# Check that Credits were shown.
|
||||||
assert_screen "gte_credits_shown";
|
assert_screen "gte_credits_shown";
|
||||||
|
|
||||||
# Check the System tab
|
|
||||||
# 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 {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user