Remove CentOS condition in testZoomSpeedControls
This commit is contained in:
parent
e151c9ee8f
commit
aeb3cb6d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue