mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Automatically focus divisor textbox and hide popover after successful change
This commit is contained in:
@ -190,10 +190,6 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
textBox.Text = divisor.ToString();
|
||||
InputManager.Key(Key.Enter);
|
||||
});
|
||||
AddStep("dismiss popover", () =>
|
||||
{
|
||||
InputManager.Key(Key.Escape);
|
||||
});
|
||||
AddUntilStep("wait for dismiss", () => !this.ChildrenOfType<BeatDivisorControl.CustomDivisorPopover>().Any());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user