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 2a06c5d commit b9b6d65Copy full SHA for b9b6d65
inst/apps/301-bs-themes/tests/testthat/test-themes.R
@@ -112,7 +112,7 @@ for (theme_name in names(themes)) {
112
appshot()
113
114
app$set_inputs(navbar = "Tables", timeout_ = 10 * 1000)
115
- app$wait_for_value(output = "DT_rows_current")
+ app$wait_for_value(input = "DT_rows_current")
116
117
118
app$set_inputs(navbar = "Fonts")
0 commit comments