Skip to content

Commit

Permalink
Update tests/testthat/test-shinytest2-landing_popup.R
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and averissimo authored Mar 21, 2024
1 parent c6924b6 commit 0678c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-landing_popup.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ testthat::test_that("e2e: when customized button in landing_popup_module is clic
app$wait_for_idle(timeout = default_idle_timeout)

testthat::expect_equal(
app$get_onclick("#read"),
app$get_attr("#read", "onclick"),
onclick_text
)

Expand Down

0 comments on commit 0678c3f

Please sign in to comment.