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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
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',
'%')):
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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',
'%')):
The text was updated successfully, but these errors were encountered: