Skip to content

Commit

Permalink
LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed May 23, 2024
1 parent 65c5dae commit 8f1da8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-f7Login.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ test_that("login works", {
name = "login-app"
)

app$expect_values(input = "login", export = TRUE)
app$expect_values(export = TRUE)

app$set_inputs("login-user" = "usr", "login-password" = "pwd")
app$wait_for_idle(2000)
# Wait for any animation to complete
app$click(selector = "#login-submit")
app$wait_for_idle(2000)
app$expect_values(input = "login", export = TRUE)
app$expect_values(export = TRUE)
})

0 comments on commit 8f1da8a

Please sign in to comment.