Closed MadhulikaTanuboddi closed 3 years ago
On Windows builds (esp Win R 4.1 and 3.5), this test has been failing due to the timing issue with the first snapshot (immediately after setting the custom window size with app$setWindowSize(1100, 750))
app$setWindowSize(1100, 750)
Added a sleep to fix this.
Clean checks. Merging
On Windows builds (esp Win R 4.1 and 3.5), this test has been failing due to the timing issue with the first snapshot (immediately after setting the custom window size with
app$setWindowSize(1100, 750)
)Added a sleep to fix this.