Bug 1512799 - Update expected status in test_pref_rollout_workaround.py. r=kats

This commit is contained in:
Bobby Holley 2018-12-10 13:32:44 -08:00
parent 2db4d4152d
commit aa6f44ee39

View File

@ -48,7 +48,7 @@ class WrPrefRolloutWorkAroundTestCase(MarionetteTestCase):
self.marionette.restart(clean=False, in_app=True)
status, compositor = self.wr_status()
print('self.wr_status()={},{}'.format(status, compositor))
self.assertEqual(status, 'blocked', 'WR rolled out on non-qualifying hardware should be blocked.')
self.assertEqual(status, 'opt-in', 'WR rolled out on non-qualifying hardware should not use WR.')
self.assertTrue(compositor != 'webrender', 'WR rolled out on non-qualifying HW should not be used.')
# Simulate a rollback of the rollout; set the pref to false at runtime.