Skip to content

Commit

Permalink
chore: remove unecessary skips
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 18, 2024
1 parent b083bc4 commit fcedb3c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-shinytest2-tm_data_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test-shinytest2-tm_file_viewer.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand All @@ -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()

Expand All @@ -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()

Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-shinytest2-tm_misssing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit fcedb3c

Please sign in to comment.