Compare commits
No commits in common. "179764d49c865ed7bb7be364a70ab740ff6d857b" and "98653847d3b0349fbe57234f2cfa7f5d272f9e1b" have entirely different histories.
179764d49c
...
98653847d3
@ -124,7 +124,7 @@ for hashname in ("jlJmL", "7XGzO", "ps61y", "OvXj~", "GqYOp", "VEFrP"):
|
||||
for info in ("home", "personal", "work"):
|
||||
testliterals.append(f"contacts_label_{info}")
|
||||
# Needles for Maps
|
||||
for location in ("vilnius", "denali", "wellington", "poysdorf", "pune"):
|
||||
for location in ("vilnius", "denali", "wellington", "scarborough", "pune"):
|
||||
testliterals.append(f"maps_select_{location}")
|
||||
testliterals.append(f"maps_found_{location}")
|
||||
testliterals.append(f"maps_info_{location}")
|
||||
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 453,
|
||||
"ypos": 335,
|
||||
"width": 150,
|
||||
"height": 129,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_found_poysdorf"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 452 KiB |
16
needles/gnome/apps/maps/maps_found_scarborough-20220930.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 377,
|
||||
"width": 160,
|
||||
"ypos": 397,
|
||||
"height": 77,
|
||||
"type": "match",
|
||||
"match": 90
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_found_scarborough"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_found_scarborough-20220930.png
Normal file
After Width: | Height: | Size: 746 KiB |
15
needles/gnome/apps/maps/maps_found_scarborough-20221203.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 377,
|
||||
"height": 77,
|
||||
"width": 160,
|
||||
"ypos": 335
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_found_scarborough"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_found_scarborough-20221203.png
Normal file
After Width: | Height: | Size: 666 KiB |
15
needles/gnome/apps/maps/maps_found_scarborough.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 377,
|
||||
"ypos": 397,
|
||||
"width": 160,
|
||||
"height": 77,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_found_scarborough"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_found_scarborough.png
Normal file
After Width: | Height: | Size: 744 KiB |
15
needles/gnome/apps/maps/maps_info_scarborough.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 394,
|
||||
"ypos": 283,
|
||||
"width": 129,
|
||||
"height": 56,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_info_scarborough"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_info_scarborough.png
Normal file
After Width: | Height: | Size: 685 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 291,
|
||||
"ypos": 134,
|
||||
"width": 80,
|
||||
"height": 34,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_select_poysdorf"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 214 KiB |
15
needles/gnome/apps/maps/maps_select_scarborough.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 263,
|
||||
"ypos": 151,
|
||||
"width": 119,
|
||||
"height": 37,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_select_scarborough"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_select_scarborough.png
Normal file
After Width: | Height: | Size: 239 KiB |
@ -53,7 +53,7 @@ sub run {
|
||||
$softfailCounter = $softfailCounter + $result;
|
||||
$result = search("wellington");
|
||||
$softfailCounter = $softfailCounter + $result;
|
||||
$result = search("poysdorf");
|
||||
$result = search("scarborough");
|
||||
$softfailCounter = $softfailCounter + $result;
|
||||
$result = search("pune");
|
||||
$softfailCounter = $softfailCounter + $result;
|
||||
|
@ -14,7 +14,7 @@ sub run {
|
||||
foreach (my @counter = (1 .. 4)) {
|
||||
click_lastmatch();
|
||||
}
|
||||
assert_screen("maps_map_zoomed", timeout => 60);
|
||||
assert_screen("maps_map_zoomed");
|
||||
|
||||
|
||||
# Zoom out several times and check for zoomed out map.
|
||||
|
@ -9,16 +9,8 @@ sub run {
|
||||
my $self = shift;
|
||||
# Start the application
|
||||
menu_launch_type('abrt');
|
||||
# Check that the application has started.
|
||||
# On KDE, the test failed when Abrt started
|
||||
# and there was an error caught.
|
||||
# Now, if we do not find the needle that
|
||||
# checks Abrt has started, we will also
|
||||
# check for a reported issue - if we find that
|
||||
# we can assume that Abrt has started indeed.
|
||||
unless (check_screen('abrt_runs', timeout => 30)) {
|
||||
# The above check needs some timeout because
|
||||
# it might take some time before Abrt starts.
|
||||
# Check that it is started
|
||||
unless (check_screen('abrt_runs')) {
|
||||
assert_screen('abrt_runs_found_problem');
|
||||
record_soft_failure("Abrt has reported issues.");
|
||||
}
|
||||
|