maui icon indicating copy to clipboard operation
maui copied to clipboard

Fix Windows device tests

Open mattleibow opened this issue 5 months ago • 3 comments

Description of Change

  • Some views need a few ms to finish animating
    The switch on WinUI needs to animate to "on" so we need to wait a few ms so that the control is ready for the screenshots/color comparisons.
  • We now have too many tests for WinUI to handle We need to break up all the tests by category to avoid "running out of windows"

Fixes:

  • Fixes #20409
  • Fixes #20429

mattleibow avatar Feb 06 '24 20:02 mattleibow

Waiting a long time on windows just so we can see how long it really takes instead of slowly incrementing to let the tests finish.

mattleibow avatar Feb 07 '24 05:02 mattleibow

/rebase

PureWeen avatar Feb 15 '24 15:02 PureWeen

Hey @mattleibow, could you rebase it?

jsuarezruiz avatar Mar 27 '24 12:03 jsuarezruiz