Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

About testOpenPaperTray() and testNoMediaInTray() #53

Closed
YasuhiroFuruta opened this issue Jul 27, 2016 · 5 comments · Fixed by #66
Closed

About testOpenPaperTray() and testNoMediaInTray() #53

YasuhiroFuruta opened this issue Jul 27, 2016 · 5 comments · Fixed by #66
Assignees

Comments

@YasuhiroFuruta
Copy link
Contributor

testOpenPaperTray() and testNoMediaInTray() expect that an error icon (red) is displayed on the management page when a tray is open or empty.
However the management page displays a warning icon (yellow) for some printer which can accept jobs in that state.

I think both the error icon and the warning icon should be acceptable in these test cases.

@YasuhiroFuruta YasuhiroFuruta self-assigned this Jul 27, 2016
@kdlucas
Copy link
Contributor

kdlucas commented Jul 27, 2016

I agree. I'll update the tests.

Kelly
kdLucas

On Tue, Jul 26, 2016 at 10:52 PM, YasuhiroFuruta notifications@github.com
wrote:

testOpenPaperTray() and testNoMediaInTray() expect that an error icon
(red) is displayed on the management page when a tray is open or empty.
However the management page displays a warning icon (yellow) for some
printer which can accept jobs in that state.

I think both the error icon and the warning icon should be acceptable in
these test cases.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#53, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ADk_fWxn3clP0nuCFTz6CbTwthrZAZmQks5qZvIIgaJpZM4JV25L
.

@YasuhiroFuruta YasuhiroFuruta changed the title About testOpenPaperTray() and testNoMediaInTray() About testOpenPaperTray() Jul 28, 2016
@YasuhiroFuruta YasuhiroFuruta changed the title About testOpenPaperTray() About testOpenPaperTray() and testNoMediaInTray() Jul 28, 2016
@YasuhiroFuruta
Copy link
Contributor Author

Sorry, I had overlooked about the tray empty state.

When the tray is open, warning icon is displayed in both Printers page and the Printer Details page.
It has been resolved by #55.

However, when the tray is empty, warning icon is displayed only in the Printer Details page.
So testNoMediaInTray() should check the Printer Details page.

@marctan
Copy link
Contributor

marctan commented Aug 10, 2016

I agree with Yasuhiro. This tests also failed on our printers since we report warnings not errors when tray is open and when there's no media in tray.

@kdlucas
Copy link
Contributor

kdlucas commented Aug 26, 2016

Merged fix with main branch. Hopefully this fixes issues that people have.

@kdlucas kdlucas closed this as completed Aug 26, 2016
@YasuhiroFuruta
Copy link
Contributor Author

testNoMediaInTray() has not been fixed yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants