Skip to content

Commit

Permalink
Update failing screenshot tests, tweak graph test (#8624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf authored Jan 9, 2025
1 parent 574637d commit 4a45d75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crates/viewer/re_ui/tests/snapshots/modal_normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions crates/viewer/re_view_graph/tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ fn run_graph_view_and_save_snapshot(
//TODO(ab): this contains a lot of boilerplate which should be provided by helpers
let mut harness = egui_kittest::Harness::builder()
.with_size(size)
.with_max_steps(256) // Give it some time to settle the graph.
.build_ui(|ui| {
test_context.run(&ui.ctx().clone(), |viewer_ctx| {
let view_class = test_context
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a45d75

Please sign in to comment.