Skip to content

Commit 666c3ea

Browse files
committed
[rust] Include assertion to assess browser version detection
1 parent b579892 commit 666c3ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/tests/cli_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ fn ok_test(
6363
if !browser_version.is_empty() && output.contains("cache") {
6464
assert!(output.contains(&driver_version));
6565
}
66+
assert!(!output.contains("Trying with latest driver version"));
6667
}
6768

6869
#[rstest]

0 commit comments

Comments
 (0)