Re-do new 'desktop_clean' needles
The F26 background does not change with the time of day, so that needle should serve as-is, it's just no use for Rawhide. For Rawhide, let's try a needle with an OCR match on 'Activities', plus a tiny match area for a pure white block (expected to be matched in the user menu area), since os-autoinst requires all needles to include a match area for some reason.
This commit is contained in:
parent
eba2fdf033
commit
90d64434b4
25
needles/gnome/desktop_clean-20170616-f26.json
Normal file
25
needles/gnome/desktop_clean-20170616-f26.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"properties": [],
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"width": 67,
|
||||
"xpos": 9,
|
||||
"height": 15,
|
||||
"ypos": 7
|
||||
},
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 970,
|
||||
"width": 43,
|
||||
"height": 18,
|
||||
"ypos": 4
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"DESKTOP-gnome",
|
||||
"ENV-DISTRI-fedora",
|
||||
"LANGUAGE-english",
|
||||
"graphical_desktop_clean"
|
||||
]
|
||||
}
|
BIN
needles/gnome/desktop_clean-20170616-f26.png
Normal file
BIN
needles/gnome/desktop_clean-20170616-f26.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 812 KiB |
25
needles/gnome/desktop_clean-20170616-rawhide_ocr.json
Normal file
25
needles/gnome/desktop_clean-20170616-rawhide_ocr.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 15,
|
||||
"type": "ocr",
|
||||
"width": 67,
|
||||
"xpos": 9,
|
||||
"ypos": 6
|
||||
},
|
||||
{
|
||||
"height": 1,
|
||||
"type": "match",
|
||||
"width": 1,
|
||||
"xpos": 946,
|
||||
"ypos": 12
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-gnome",
|
||||
"ENV-DISTRI-fedora",
|
||||
"LANGUAGE-english",
|
||||
"graphical_desktop_clean"
|
||||
]
|
||||
}
|
BIN
needles/gnome/desktop_clean-20170616-rawhide_ocr.png
Normal file
BIN
needles/gnome/desktop_clean-20170616-rawhide_ocr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 649 KiB |
Loading…
Reference in New Issue
Block a user