Skip to content

Commit

Permalink
Revert "[rust] Remove test data with incorrect browser path in macOS"
Browse files Browse the repository at this point in the history
This reverts commit 79c22d6.
  • Loading branch information
bonigarcia committed Aug 12, 2024
1 parent 61be8e7 commit 94dbc88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust/tests/browser_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ fn invalid_geckodriver_version_test() {
"chrome",
r"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
)]
#[case(
"macos",
"chrome",
r"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
)]
fn browser_path_test(#[case] os: String, #[case] browser: String, #[case] browser_path: String) {
if OS.eq(&os) {
let mut cmd = get_selenium_manager();
Expand Down

0 comments on commit 94dbc88

Please sign in to comment.