Previously, when the dismiss button is clicked, on certain builds, the snapshot is taken too quickly such that we are not waiting enough time for modal to be hidden. The builds I noticed failing with this issue are
linux-3.5
linux 3.6
mac 3.5
mac 4.0
win 3.6
win 4.0
win 4.1
Previously, when the dismiss button is clicked, on certain builds, the snapshot is taken too quickly such that we are not waiting enough time for modal to be hidden. The builds I noticed failing with this issue are
So, I am attempting to apply the same logic from https://github.com/rstudio/shinycoreci-apps/blob/master/apps/115-remove-modal/tests/shinytest/mytest.R#L14-L21 to see if it helps.
This is a followup PR from https://github.com/rstudio/shinycoreci-apps/pull/166