Skip to content

Commit

Permalink
Update tests/testthat/test-shinytest2-decorators.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and gogonzo authored Nov 14, 2024
1 parent 2d7089c commit 28f17da
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
@@ -1,7 +1,7 @@
testthat::skip_if_not_installed("shinytest2")
testthat::skip_if_not_installed("rvest")

testthat::test_that("e2e: module with decorator shows decorator's UI and output reacts to changes in UI", {
testthat::test_that("e2e: module with decorator shows decorator's UI and module output is modified interactively upon changes in decorate module", {

Check warning on line 4 in tests/testthat/test-shinytest2-decorators.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=tests/testthat/test-shinytest2-decorators.R,line=4,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 148 characters.
skip_if_too_deep(5)

interactive_decorator <- teal_transform_module(
Expand Down

0 comments on commit 28f17da

Please sign in to comment.