Skip to content

Commit 40b5489

Browse files
osenanosenanllrs-roche
authored
Fix one selector in tm_shift_by_grade (#1445)
# Pull Request Part of #1440 Companion #1441 While reviewing [this PR](#1444) I found that one e2e test on the edited files was failing. The fix was simple, I was working on a similar fix for `g_pp` modules. Please test it with `devtools::test(filter = "tm_t_shift_by")` --------- Signed-off-by: Oriol Senan <[email protected]> Co-authored-by: osenan <[email protected]> Co-authored-by: Lluís Revilla <[email protected]>
1 parent b12dbde commit 40b5489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-shinytest2-tm_t_shift_by_grade.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ testthat::test_that(
8585
skip_if_too_deep(5)
8686
app_driver <- app_driver_tm_t_shift_by_grade()
8787
testthat::expect_equal(
88-
app_driver$get_text("#teal-teal_modules-active_tab .active > a"),
88+
app_driver$get_text("a.nav-link.active"),
8989
"Grade Laboratory Abnormality Table"
9090
)
9191
testthat::expect_equal(

0 commit comments

Comments
 (0)