Skip to content

Commit

Permalink
Add a prefix to e2e test worlds so it's easier to delete them
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 27, 2024
1 parent 99a533e commit f8b45b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/wurstclient/test/WurstE2ETestClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ private void runTests()
System.out.println("Reached create world screen");

// Set MC version as world name
setTextFieldText(0, SharedConstants.getGameVersion().getName());
setTextFieldText(0,
"E2E Test " + SharedConstants.getGameVersion().getName());
// Select creative mode
clickButton("selectWorld.gameMode");
clickButton("selectWorld.gameMode");
Expand Down

0 comments on commit f8b45b8

Please sign in to comment.