Skip to content

Commit

Permalink
Add default delay to key_binds_screen screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 7, 2025
1 parent b5cfc2c commit 9837a5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void runTests()
// Scroll down to the bottom
for(int i = 0; i < 100; i++)
scrollMouse(0, -1);
takeScreenshot("key_binds_screen", Duration.ZERO);
takeScreenshot("key_binds_screen");

System.out.println("Changing zoom keybind to B");
clickEditKeybindButton("key.wi_zoom.zoom");
Expand Down

0 comments on commit 9837a5d

Please sign in to comment.