mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move metronome into own class and rename to avoid conflict with mod sounds
This commit is contained in:
@ -73,7 +73,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
AddStep("click tap button", () =>
|
||||
{
|
||||
control.ChildrenOfType<RoundedButton>()
|
||||
.First(b => b.Text == "Tap to beat")
|
||||
.Last()
|
||||
.TriggerClick();
|
||||
});
|
||||
|
||||
@ -82,7 +82,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
AddStep("click reset button", () =>
|
||||
{
|
||||
control.ChildrenOfType<RoundedButton>()
|
||||
.First(b => b.Text == "Reset")
|
||||
.First()
|
||||
.TriggerClick();
|
||||
});
|
||||
|
||||
@ -100,7 +100,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
AddStep("click tap button", () =>
|
||||
{
|
||||
control.ChildrenOfType<RoundedButton>()
|
||||
.First(b => b.Text == "Tap to beat")
|
||||
.Last()
|
||||
.TriggerClick();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user