File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments