Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_t_shift_by_grade.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ testthat::test_that(
skip_if_too_deep(5)
app_driver <- app_driver_tm_t_shift_by_grade()
testthat::expect_equal(
app_driver$get_text("#teal-teal_modules-active_tab .active > a"),
app_driver$get_text(".teal-modules-wrapper .module-button.active"),
"Grade Laboratory Abnormality Table"
)
testthat::expect_equal(
Expand Down
Loading