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 c61f6ce commit 541d2a0Copy full SHA for 541d2a0
tests/testthat/test-shinytest2-tm_outliers.R
@@ -236,7 +236,7 @@ testthat::test_that("e2e - tm_outliers:
236
app_driver$get_text(
237
normalize_math_italic_text(app_driver$namespaces(TRUE)$module("ui_outlier_help"))
238
),
239
- "𝑃𝑒𝑟𝑐𝑒𝑛𝑡𝑖𝑙𝑒(𝑥)<0.01Percentile(x)<0.01 Percentile(x)",
+ "Percentile(x)<0.01Percentile(x)<0.01 Percentile(x)",
240
fixed = TRUE
241
)
242
testthat::expect_identical(app_driver$get_active_module_input("percentile_slider"), 0.01)
0 commit comments