aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_WELP
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-02-08 09:00:00 +0100
committerRobert Loehning <robert.loehning@qt.io>2019-02-08 15:59:20 +0000
commit0624944a249ba383cc9ba4d023ad6fdb7efe5943 (patch)
treeb6056834b488d3f3ade79b1131756d0de30e536a /tests/system/suite_WELP
parentb0795c32101dbd855118bd5806a95d01786397f4 (diff)
Squish: Fix expected color
Change-Id: I9f0b1ceb1b927c86b1f4fc08c0fb2f17ce4f2975 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/suite_WELP')
-rwxr-xr-xtests/system/suite_WELP/tst_WELP01/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_WELP/tst_WELP01/test.py b/tests/system/suite_WELP/tst_WELP01/test.py
index ce07f4fdaf..d20c5d1d91 100755
--- a/tests/system/suite_WELP/tst_WELP01/test.py
+++ b/tests/system/suite_WELP/tst_WELP01/test.py
@@ -41,7 +41,7 @@ def clickItemVerifyHelpCombo(button, expectedHelpComboRegex, testDetails):
"Verifying: '%s' button is being displayed." % getStarted)
def buttonActive(button):
# colors of the default theme for active button on Welcome page
- (activeRed, activeGreen, activeBlue) = (64, 66, 68)
+ (activeRed, activeGreen, activeBlue) = (64, 65, 66)
# QPalette::Window (used background color of Welcome page buttons)
enumQPaletteWindow = 10
color = button.palette.color(enumQPaletteWindow)