mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Rename steps in test for clarity
This commit is contained in:
parent
997b49f6dc
commit
2187dbd0c2
@ -111,10 +111,10 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
AddStep("display max values", displayMaxValues);
|
||||
AddUntilStep("wait for graph", () => graph.CreationCount == 1);
|
||||
AddStep("start", clock.Start);
|
||||
AddStep("show bar", () => progress.AllowSeeking.Value = true);
|
||||
AddStep("allow seeking", () => progress.AllowSeeking.Value = true);
|
||||
AddStep("hide graph", () => progress.ShowGraph.Value = false);
|
||||
AddStep("hide Bar", () => progress.AllowSeeking.Value = false);
|
||||
AddStep("show bar", () => progress.AllowSeeking.Value = true);
|
||||
AddStep("disallow seeking", () => progress.AllowSeeking.Value = false);
|
||||
AddStep("allow seeking", () => progress.AllowSeeking.Value = true);
|
||||
AddStep("show graph", () => progress.ShowGraph.Value = true);
|
||||
AddStep("stop", clock.Stop);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user