Skip to content

Commit b9b6d65

Browse files
committed
Fix wrong location to wait for
1 parent 2a06c5d commit b9b6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/apps/301-bs-themes/tests/testthat/test-themes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for (theme_name in names(themes)) {
112112
appshot()
113113

114114
app$set_inputs(navbar = "Tables", timeout_ = 10 * 1000)
115-
app$wait_for_value(output = "DT_rows_current")
115+
app$wait_for_value(input = "DT_rows_current")
116116
appshot()
117117

118118
app$set_inputs(navbar = "Fonts")

0 commit comments

Comments
 (0)