Update ui_test requirement from 0.29.1 to 0.30.1 (#19799)
# Objective - Fixes #19670 ## Solution - Updated breaking code to be able to upgrade `ui_test` to the latest version. ## Testing - CI checks. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c6a6afc60a
commit
d7ce35234f
@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
ui_test = "0.29.1"
|
||||
ui_test = "0.30.1"
|
||||
|
||||
[[test]]
|
||||
name = "example"
|
||||
|
@ -123,7 +123,8 @@ pub fn test_with_multiple_configs(
|
||||
let emitter: Box<dyn StatusEmitter + Send> = if env::var_os("CI").is_some() {
|
||||
Box::new((
|
||||
Text::verbose(),
|
||||
Gha::<true> {
|
||||
Gha {
|
||||
group: true,
|
||||
name: test_name.into(),
|
||||
},
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user