mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Variant 2: edit changes history, cannot reset index (similar to stable)
This commit is contained in:
@ -101,7 +101,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
AddStep("Remove text", () => box.Text = string.Empty);
|
||||
AddStep("Move Up", () => InputManager.Key(Key.Up));
|
||||
AddAssert("Same as previous message", () => box.Text == "Message 2");
|
||||
AddAssert("Text unchanged", () => box.Text == string.Empty);
|
||||
}
|
||||
|
||||
private void addMessages(int count)
|
||||
|
Reference in New Issue
Block a user