Skip to content

Commit

Permalink
Removes first check
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 3, 2024
1 parent 3aa82f7 commit a5e8213
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 24 deletions.
7 changes: 6 additions & 1 deletion tests/testthat/_snaps/app-server/002.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"input": {
"close": 0,
"options": 0,
"i_data": "0",
"i_files": "0",
"i_history": false,
"options": 1,
"prompt": "",
"prompt2": "Use the R language, the tidyverse, and tidymodels",
"saved": 0,
"submit": 1,
"tabs": null
},
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/app-server/003.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"options": 1,
"prompt": "",
"prompt2": "Use the R language, the tidyverse, and tidymodels",
"saved": 0,
"saved": 1,
"submit": 1,
"tabs": null
},
Expand Down
21 changes: 0 additions & 21 deletions tests/testthat/_snaps/app-server/004.json

This file was deleted.

1 change: 0 additions & 1 deletion tests/testthat/test-app-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ test_that("chattr app initial values are consistent", {
app$expect_values(screenshot_args = FALSE)
app$set_inputs(prompt = "hello", allow_no_input_binding_ = TRUE)
app$click("submit")
app$expect_values(screenshot_args = FALSE)
app$click("options")
app$expect_values(screenshot_args = FALSE)
app$click("saved")
Expand Down

0 comments on commit a5e8213

Please sign in to comment.