Skip to content

Commit

Permalink
fix: e2e test that had the old namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 22, 2024
1 parent f67584f commit 6389232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-decorators.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ testthat::test_that("e2e: module with decorator, where server fails, shows shin

input_id <- Reduce(
shiny::NS,
c("decorate", "transform_module", "silent_error", "message")
c("decorate", "transform_1", "silent_error", "message")
)

testthat::expect_true(app$is_visible(sprintf("#%s-%s", app$active_module_ns(), input_id)))
Expand Down

0 comments on commit 6389232

Please sign in to comment.