diff --git a/tests/testthat/test-shinytest2-tm_data_table.R b/tests/testthat/test-shinytest2-tm_data_table.R index 7920c0c90..c6330d43d 100644 --- a/tests/testthat/test-shinytest2-tm_data_table.R +++ b/tests/testthat/test-shinytest2-tm_data_table.R @@ -44,7 +44,6 @@ test_that("e2e - tm_data_table: Verify checkbox displayed over data table", { }) test_that("e2e - tm_data_table: Verify module displays data table", { - testthat::skip_if_not_installed("rvest") skip_if_too_deep(5) app_driver <- app_driver_tm_data_table() diff --git a/tests/testthat/test-shinytest2-tm_file_viewer.R b/tests/testthat/test-shinytest2-tm_file_viewer.R index a55685aad..7a6eb12c6 100644 --- a/tests/testthat/test-shinytest2-tm_file_viewer.R +++ b/tests/testthat/test-shinytest2-tm_file_viewer.R @@ -17,7 +17,6 @@ app_driver_tm_file_viewer <- function() { } test_that("e2e - tm_file_viewer: Initializes without errors and shows files tree specified in input_path argument", { - testthat::skip_if_not_installed("rvest") skip_if_too_deep(5) app_driver <- app_driver_tm_file_viewer() @@ -43,7 +42,6 @@ test_that("e2e - tm_file_viewer: Initializes without errors and shows files tree }) test_that("e2e - tm_file_viewer: Shows selected image file", { - testthat::skip_if_not_installed("rvest") skip_if_too_deep(5) app_driver <- app_driver_tm_file_viewer() @@ -60,7 +58,6 @@ test_that("e2e - tm_file_viewer: Shows selected image file", { }) test_that("e2e - tm_file_viewer: Shows selected text file", { - testthat::skip_if_not_installed("rvest") skip_if_too_deep(5) app_driver <- app_driver_tm_file_viewer() diff --git a/tests/testthat/test-shinytest2-tm_misssing_data.R b/tests/testthat/test-shinytest2-tm_misssing_data.R index cff9b80bc..debfcc1b1 100644 --- a/tests/testthat/test-shinytest2-tm_misssing_data.R +++ b/tests/testthat/test-shinytest2-tm_misssing_data.R @@ -147,7 +147,6 @@ test_that("e2e - tm_missing_data: Validate functionality and UI response for 'By }) test_that("e2e - tm_missing_data: Validate 'By Variable Levels' table values", { - testthat::skip_if_not_installed("rvest") skip_if_too_deep(5) app_driver <- app_driver_tm_missing_data()