Skip to content

Commit 8019b18

Browse files
Merge branch '1.21.8-neoforge' into 1.21.4-neoforge
2 parents 7b32c00 + 1dccf3f commit 8019b18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gametest/java/net/wimods/chestesp/gametest/ChestESPTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ public void runTest(ClientGameTestContext context)
6161

6262
System.out.println("Selecting ChestESP entry");
6363
input.pressKey(GLFW.GLFW_KEY_DOWN);
64-
assertScreenshotEquals(context, "mod_list",
65-
"https://i.imgur.com/D943Trh.png");
64+
context.takeScreenshot("mod_list");
6665

6766
LOGGER.info("Clicking config button");
6867
context.clickScreenButton("fml.menu.mods.config");

0 commit comments

Comments
 (0)