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:
parent
0668357dd7
commit
2f4ef74def
@ -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 |
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user