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.
2 parents 7b32c00 + 1dccf3f commit 8019b18Copy full SHA for 8019b18
src/gametest/java/net/wimods/chestesp/gametest/ChestESPTest.java
@@ -61,8 +61,7 @@ public void runTest(ClientGameTestContext context)
61
62
System.out.println("Selecting ChestESP entry");
63
input.pressKey(GLFW.GLFW_KEY_DOWN);
64
- assertScreenshotEquals(context, "mod_list",
65
- "https://i.imgur.com/D943Trh.png");
+ context.takeScreenshot("mod_list");
66
67
LOGGER.info("Clicking config button");
68
context.clickScreenButton("fml.menu.mods.config");
0 commit comments