Skip to content

Commit

Permalink
tests(308): Try longer delay
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 24, 2023
1 parent bd98187 commit ebd1562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("{shinytest2} recording: 308-sidebar-kitchen-sink", {
height = height,
width = width,
# Set a delay to screenshot after layout is settled
screenshot_args = list(delay = 0.25)
screenshot_args = list(delay = 1)
)

expect_screenshot <- function() {
Expand Down

0 comments on commit ebd1562

Please sign in to comment.