Set minimal shiny version for a snapshots#342
Conversation
Code Coverage SummaryDiff against mainResults for commit: 9fc7031 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 16 suites 1m 59s ⏱️ Results for commit 9fc7031. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit 20602b6 ♻️ This comment has been updated with latest results. |
|
I never like snapshot test. Should we take this opportunity to change this test to something else? Maybe just regex if the html expression exist? |
osenan
left a comment
There was a problem hiding this comment.
God job! Only a minor comment
In this case we are testing the UI. We could just use regex that the labels/options are there but that wouldn't test if the html changed or that we get it. |
donyunardi
left a comment
There was a problem hiding this comment.
I think we need to investigate this a bit deeper. It's not clear why it's failing in the first place as I have other PR in this repo that passes R CMD Check using the latest shiny version.
Putting Request Changes so we don't merge accidentally during investigation.
|
Not totally sure of what is causing this issue. I've added a couple of checks but I haven't removed the snapshot completely. Let me know what do you think of my analysis on #341 (comment) |
osenan
left a comment
There was a problem hiding this comment.
The changes look good. In the end it would depend on the content of the button created by shiny.
Pull Request
Fixes #341
modal_content, the second commit onR/verbatim_popup.Ris to remove them and simplify a bit the code