Tweak kernel patch needle to avoid raw patch files

Seems like the top '[patch]' link on kernel.org may now be a
raw patch file which the browser just displays, not a compressed
patch it offers to download. So tweak the needle so we should
click on the *bottom* link instead. openQA looks for matches
as close as possible to the location in the needle.
This commit is contained in:
Adam Williamson 2017-05-15 18:00:51 -07:00
parent b3d8c4a811
commit 3638adda81
1 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
{
"properties": [],
"area": [
{
"xpos": 506,
"ypos": 527,
"width": 55,
"height": 18,
"type": "match"
}
],
"tags": [
"browser_kernelorg_patch"
]
{
"area": [
{
"height": 18,
"type": "match",
"width": 55,
"xpos": 506,
"ypos": 707
}
],
"properties": [],
"tags": [
"browser_kernelorg_patch"
]
}