Skip to content

Commit fcedb3c

Browse files
committed
chore: remove unecessary skips
1 parent b083bc4 commit fcedb3c

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

tests/testthat/test-shinytest2-tm_data_table.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ test_that("e2e - tm_data_table: Verify checkbox displayed over data table", {
4444
})
4545

4646
test_that("e2e - tm_data_table: Verify module displays data table", {
47-
testthat::skip_if_not_installed("rvest")
4847
skip_if_too_deep(5)
4948
app_driver <- app_driver_tm_data_table()
5049

tests/testthat/test-shinytest2-tm_file_viewer.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ app_driver_tm_file_viewer <- function() {
1717
}
1818

1919
test_that("e2e - tm_file_viewer: Initializes without errors and shows files tree specified in input_path argument", {
20-
testthat::skip_if_not_installed("rvest")
2120
skip_if_too_deep(5)
2221
app_driver <- app_driver_tm_file_viewer()
2322

@@ -43,7 +42,6 @@ test_that("e2e - tm_file_viewer: Initializes without errors and shows files tree
4342
})
4443

4544
test_that("e2e - tm_file_viewer: Shows selected image file", {
46-
testthat::skip_if_not_installed("rvest")
4745
skip_if_too_deep(5)
4846
app_driver <- app_driver_tm_file_viewer()
4947

@@ -60,7 +58,6 @@ test_that("e2e - tm_file_viewer: Shows selected image file", {
6058
})
6159

6260
test_that("e2e - tm_file_viewer: Shows selected text file", {
63-
testthat::skip_if_not_installed("rvest")
6461
skip_if_too_deep(5)
6562
app_driver <- app_driver_tm_file_viewer()
6663

tests/testthat/test-shinytest2-tm_misssing_data.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ test_that("e2e - tm_missing_data: Validate functionality and UI response for 'By
147147
})
148148

149149
test_that("e2e - tm_missing_data: Validate 'By Variable Levels' table values", {
150-
testthat::skip_if_not_installed("rvest")
151150
skip_if_too_deep(5)
152151
app_driver <- app_driver_tm_missing_data()
153152

0 commit comments

Comments
 (0)