Skip to content

Commit fe2aae0

Browse files
committed
fix forest_rsp
1 parent 73613d4 commit fe2aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-shinytest2-tm_g_forest_rsp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ testthat::test_that(
107107
app_driver <- app_driver_tm_g_forest_rsp()
108108

109109
testthat::expect_equal(
110-
app_driver$get_text("#teal-teal_modules-active_tab .active > a"),
110+
app_driver$get_text("a.nav-link.active"),
111111
"Forest Response"
112112
)
113113

0 commit comments

Comments
 (0)