We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becb927 commit 79c22d6Copy full SHA for 79c22d6
rust/tests/browser_tests.rs
@@ -133,11 +133,6 @@ fn invalid_geckodriver_version_test() {
133
"chrome",
134
r"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
135
)]
136
-#[case(
137
- "macos",
138
- "chrome",
139
- r"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
140
-)]
141
fn browser_path_test(#[case] os: String, #[case] browser: String, #[case] browser_path: String) {
142
if OS.eq(&os) {
143
let mut cmd = get_selenium_manager();
0 commit comments