From 277f6585c9145f76c765506b2e9bdd646f01dff7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 4 Jul 2017 10:06:55 -0700 Subject: [PATCH] Adjust warning_bar needle so LibreOffice ad doesn't match it https://openqa.fedoraproject.org/tests/117131 shows a spurious match of the anaconda warning_bar needle - it's matching in an ad for LibreOffice. Add a bit of the grey above the bar, so hopefully this won't happen any more. --- needles/anaconda/universal/warning_bar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/needles/anaconda/universal/warning_bar.json b/needles/anaconda/universal/warning_bar.json index f382eb61..b82a131d 100644 --- a/needles/anaconda/universal/warning_bar.json +++ b/needles/anaconda/universal/warning_bar.json @@ -1,11 +1,11 @@ { "area": [ { - "height": 20, + "height": 30, "type": "match", "width": 414, "xpos": 283, - "ypos": 741 + "ypos": 726 } ], "properties": [], @@ -13,4 +13,4 @@ "ENV-DISTRI-fedora", "anaconda_warning_bar" ] -} +} \ No newline at end of file