Skip to content

Commit d480e4a

Browse files
committed
Update ids
1 parent 70bbaf0 commit d480e4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/testthat/test-shinytest2-tm_missing_data.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test_that("e2e - tm_missing_data: Default settings and visibility of the summary
7474

7575
testthat::expect_true(
7676
app_driver$is_visible(
77-
app_driver$namespaces(TRUE)$module("iris-summary_plot-plot_out_main .shiny-plot-output")
77+
app_driver$namespaces(TRUE)$module("iris-summary_plot-plot_main")
7878
)
7979
)
8080

@@ -95,12 +95,11 @@ test_that("e2e - tm_missing_data: Check default settings and visibility of the c
9595

9696
testthat::expect_true(
9797
app_driver$is_visible(
98-
app_driver$namespaces(TRUE)$module("iris-combination_plot-plot_out_main .shiny-plot-output")
98+
app_driver$namespaces(TRUE)$module("iris-combination_plot-plot_main")
9999
)
100100
)
101101

102102
# combination encoding
103-
104103
testthat::expect_true(
105104
app_driver$is_visible(
106105
app_driver$namespaces(TRUE)$module("iris-cutoff .shiny-input-container")

0 commit comments

Comments
 (0)