Skip to content

Commit

Permalink
[rust] Include assertion to assess browser version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Apr 21, 2023
1 parent b579892 commit 666c3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn ok_test(
if !browser_version.is_empty() && output.contains("cache") {
assert!(output.contains(&driver_version));
}
assert!(!output.contains("Trying with latest driver version"));
}

#[rstest]
Expand Down

0 comments on commit 666c3ea

Please sign in to comment.