Skip to content

Commit

Permalink
added sleep
Browse files Browse the repository at this point in the history
added sleep to see it checks pass on github actions like they are locally
  • Loading branch information
siddhesh195 committed Jul 19, 2024
1 parent 1830ace commit 56a5007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper-HTML.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ getClassBound <- function(geom.class, position){
script.txt <- sprintf(
'document.getElementsByClassName("%s")[0].getBoundingClientRect().%s',
geom.class, position)
Sys.sleep(2)
runtime_evaluate(script=script.txt,return.value=TRUE)
}

0 comments on commit 56a5007

Please sign in to comment.