mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 23:12:59 +08:00
Remove pointless (and incorrect) click step
This commit is contained in:
parent
5a4474e1b2
commit
31c0c7a888
@ -37,8 +37,6 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
AddUntilStep("wait for load", () => downloadButton.IsLoaded);
|
||||
|
||||
AddStep("click button", () => downloadButton.TriggerClick());
|
||||
|
||||
AddStep(@"downloading state", () => downloadButton.SetDownloadState(DownloadState.Downloading));
|
||||
AddStep(@"locally available state", () => downloadButton.SetDownloadState(DownloadState.LocallyAvailable));
|
||||
AddStep(@"not downloaded state", () => downloadButton.SetDownloadState(DownloadState.NotDownloaded));
|
||||
|
Loading…
Reference in New Issue
Block a user