Skip to content

Commit c66880b

Browse files
committed
fix link in ci
1 parent 15f1b0e commit c66880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-shinytest2-tm_g_ci.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ testthat::test_that(
8888
skip_if_too_deep(5)
8989
app_driver <- app_driver_tm_g_ci()
9090
testthat::expect_equal(
91-
app_driver$get_text("#teal-teal_modules-active_tab .active > a"),
91+
app_driver$get_text("a.nav-link.active"),
9292
"Confidence Interval Plot"
9393
)
9494

0 commit comments

Comments
 (0)