Skip to content

Commit

Permalink
Fix selenider_test_session()
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbythorpe committed Nov 3, 2023
1 parent 79116b7 commit 62ae3a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/helper-session.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ selenider_test_session <- function(x, .env = rlang::caller_env()) {
server = create_selenium_server(browser, selenium_manager = FALSE),
client = create_rselenium_client(browser)
)

result <- selenider_session(driver = driver, .env = .env)
}

result
}

0 comments on commit 62ae3a3

Please sign in to comment.