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 e43c4b7 commit 615dcb2Copy full SHA for 615dcb2
src/tests/shinytest/sandbox_compare_test.R
@@ -111,7 +111,7 @@ app$click(selector = ".btSplitView a[data-view='tab']")
111
expect_error(app$wait_for_js("$('#tab_5_8-scalarBoxes h3:contains(\"102\")').length>0", timeout = 5000L), NA)
112
# click refresh button in tab compare mode
113
Sys.sleep(1)
114
-expect_error(app$wait_for_js("$('.scen-button').is(':visible');", timeout = 5000L), NA)
115
-app$run_js("$('.scen-button:visible').eq(0).click();")
+expect_error(app$wait_for_js("$('#refreshSandbox_5 > .bt-icon').is(':visible');", timeout = 5000L), NA)
+app$run_js("$('#refreshSandbox_5 > .bt-icon').eq(0).click();")
116
expect_error(app$wait_for_js("$('#tab_5_8-scalarBoxes h3:contains(\"22\")').length>0", timeout = 5000L), NA)
117
app$stop()
0 commit comments