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
DocLocScreenshotTestCase does not reuse the Screenshot interface. Instead it uses it's private implementation (this seems to be a very unexpected behavior, this approach may cause confusion, since redefining the basic interface does not affect the operation of dock&lock tests in any way).
This issue is a proposal to solve this problem by unifying the Screenshot interface by adding a new method there and then migrating DocLocScreenshotTestCase to use the Screenshot interface.
The text was updated successfully, but these errors were encountered:
DocLocScreenshotTestCase does not reuse the
Screenshot
interface. Instead it uses it's private implementation (this seems to be a very unexpected behavior, this approach may cause confusion, since redefining the basic interface does not affect the operation of dock&lock tests in any way).This issue is a proposal to solve this problem by unifying the Screenshot interface by adding a new method there and then migrating DocLocScreenshotTestCase to use the Screenshot interface.
The text was updated successfully, but these errors were encountered: