mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Use better test step name
This commit is contained in:
parent
44a594ba05
commit
989e46c791
@ -63,7 +63,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmapInfo);
|
||||
});
|
||||
|
||||
AddToggleStep("toggle skin", v =>
|
||||
AddToggleStep("toggle legacy classic skin", v =>
|
||||
{
|
||||
if (skins != null)
|
||||
skins.CurrentSkinInfo.Value = v ? skins.DefaultClassicSkin.SkinInfo : skins.CurrentSkinInfo.Default;
|
||||
|
Loading…
Reference in New Issue
Block a user