File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ testthat::test_that("e2e - tm_g_distribution: Histogram encoding inputs produce
7474 app_driver <- app_driver_tm_g_distribution()
7575
7676 app_driver $ set_active_module_input(" main_type" , " Density" )
77- app_driver $ expect_validation_error() # test needs to be updated to remove validation error
77+ app_driver $ expect_no_validation_error()
7878 app_driver $ set_active_module_input(" dist_tests" , " Shapiro-Wilk" )
7979
8080 # Encodings in the Histogram tab
@@ -112,8 +112,6 @@ testthat::test_that("e2e - tm_g_distribution: QQ plot encoding inputs produce ou
112112
113113 # Encodings in the QQplot tab
114114 app_driver $ set_active_module_input(" main_type" , " Density" )
115- app_driver $ expect_validation_error() # test needs to be updated to remove validation error
116- app_driver $ set_active_module_input(" dist_tests" , " Shapiro-Wilk" )
117115 app_driver $ expect_no_validation_error()
118116
119117 app_driver $ set_active_module_input(" tabs" , " QQplot" )
You can’t perform that action at this time.
0 commit comments