We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f1b0e commit c66880bCopy full SHA for c66880b
tests/testthat/test-shinytest2-tm_g_ci.R
@@ -88,7 +88,7 @@ testthat::test_that(
88
skip_if_too_deep(5)
89
app_driver <- app_driver_tm_g_ci()
90
testthat::expect_equal(
91
- app_driver$get_text("#teal-teal_modules-active_tab .active > a"),
+ app_driver$get_text("a.nav-link.active"),
92
"Confidence Interval Plot"
93
)
94
0 commit comments