You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some products support both "Toner Cartridge" and "Imaging Drum", so the printer will report "toner is removed" or "imaging drum is removed", the test will be failed when "imaging drum is removed", so if possible to add "Imaging Drum" in the test scripts, Thanks.
Here is the test scripts:
if not self.VerifyUiStateMessage(test_id, test_name, ['ink/toner'],
('is removed',
'is empty',
'is low',
'pages remaining',
'%')):
We have some products support both "Toner Cartridge" and "Imaging Drum", so the printer will report "toner is removed" or "imaging drum is removed", the test will be failed when "imaging drum is removed", so if possible to add "Imaging Drum" in the test scripts, Thanks.
Here is the test scripts:
if not self.VerifyUiStateMessage(test_id, test_name, ['ink/toner'],
('is removed',
'is empty',
'is low',
'pages remaining',
'%')):