We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b453be commit 675616dCopy full SHA for 675616d
crates/viewer/re_viewer/tests/app_kittest.rs
@@ -48,6 +48,8 @@ async fn menu_without_recording() {
48
let mut harness = viewer_test_utils::viewer_harness();
49
harness.get_by_label("Menu").click();
50
harness.run_ok();
51
+ // Mask the shortcut for quitting, it's platform-dependent.
52
+ harness.mask(harness.get_by_label_contains("Quit").rect());
53
harness.snapshot_options(
54
"menu_without_recording",
55
&SnapshotOptions::new().failed_pixel_count_threshold(2),
crates/viewer/re_viewer/tests/snapshots/menu_without_recording.png
0 commit comments