From aeb3cb6d8dcb8ed8f4a9a3c03f2be287613f2c9b Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Thu, 27 Apr 2023 10:39:41 -0400 Subject: [PATCH] Remove CentOS condition in testZoomSpeedControls --- test/check-application | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check-application b/test/check-application index 624744a..4c4e812 100755 --- a/test/check-application +++ b/test/check-application @@ -305,7 +305,7 @@ class TestApplication(testlib.MachineCase): def testZoomSpeedControls(self): b, m = self._login() default_scale_sel = '.console-ct[style^="transform: scale(1)"]' - if m.image.startswith('rhel') or m.image.startswith('centos'): + if m.image.startswith('rhel'): play_scale_sel = '.console-ct[style^="transform: scale(0.3"]' zoom_one_scale_sel = '.console-ct[style^="transform: scale(0.4"]' else: