mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Fix some screenshots from screenshot generator being blank
Some checks failed
format / rust (push) Failing after 2s
format / nix (push) Failing after 1s
nix build / all (push) Failing after 2s
build / build-linux (push) Has been cancelled
build / build-macos (push) Has been cancelled
build / build-windows (push) Has been cancelled
Some checks failed
format / rust (push) Failing after 2s
format / nix (push) Failing after 1s
nix build / all (push) Failing after 2s
build / build-linux (push) Has been cancelled
build / build-macos (push) Has been cancelled
build / build-windows (push) Has been cancelled
This commit is contained in:
parent
b7b8413146
commit
21f8ab6d09
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ pub fn run_scenario(data: ScenarioRunnerData, theme: UiTheme) -> Task<AppMsg> {
|
|||
chain = chain
|
||||
.chain(wait_for(1500))
|
||||
.chain(Task::done(do_screenshot))
|
||||
.chain(wait_for(100))
|
||||
.chain(Task::done(close_window))
|
||||
.chain(wait_for(500))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue