Skip to content

Commit

Permalink
[rust] Remove test data with incorrect browser path in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Aug 12, 2024
1 parent becb927 commit 79c22d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rust/tests/browser_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ 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 79c22d6

Please sign in to comment.