Open
Description
Describe the bug
@azchohfi had discovered that our UI Tests assume there's a 100% DPI set for them to run on. The InputHelper
is moving in absolute pixels, but the app is looking for the adjusted movement.
Alex has applied a fix in the winui
branch, @RosarioPulella can you look at translating that back to our UWP AppService in the main branch? Thanks! Reach out to Alex if you need more info.
Steps to Reproduce
Steps to reproduce the behavior:
- Set Monitor DPI to something other than 100%
- Run full build in commandline
- Run UI Tests
- Fail
Expected behavior
Tests can run at any resolution.