Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
BFalquet committed Oct 17, 2024
1 parent ccd3d9f commit 5e34e1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/testthat/helper-shinytest2.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module_ns_shiny2 <- function(app) {
NS(paste0(module_id, "-module"))
}

# ns2 <- NS("teal-main_ui-filter_panel")
default_app_seed <- 123

# expect_select_screenshot ----
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ test_that("pca module works as expected in the test app", {
expect_match(res$message, "No genes or samples included in this experiment, please adjust filters")

# Remove filters
# app$click(ns2("active-MAE-hd1-MAE_chromosome_name_hd1_subset-remove"))
app$click("teal-teal_modules-pca-filter_panel-filters-MAE-hd1-MAE_chromosome_hd1_subset-remove")
app$wait_for_idle()

Expand Down

0 comments on commit 5e34e1d

Please sign in to comment.