Avoid a needle duplication in KDE vault test

"show_hidden_icons" is the same thing as "desktop_expand_systray".

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-07-17 12:40:15 -07:00
parent 0668357dd7
commit 2f4ef74def
3 changed files with 1 additions and 16 deletions

View File

@ -1,15 +0,0 @@
{
"properties": [],
"tags": [
"show_hidden_icons"
],
"area": [
{
"xpos": 873,
"ypos": 736,
"width": 27,
"height": 22,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
# As there are no vaults created, we need to list
# invisible icons.
assert_and_click "show_hidden_icons";
assert_and_click "desktop_expand_systray";
# Now we should be able to see the Vaults icon,
# so we will click on it.