Remove CentOS condition in testZoomSpeedControls

This commit is contained in:
Justin Stephenson 2023-04-27 10:39:41 -04:00
parent e151c9ee8f
commit aeb3cb6d8d

View file

@ -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: