mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +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);
|
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmapInfo);
|
||||||
});
|
});
|
||||||
|
|
||||||
AddToggleStep("toggle skin", v =>
|
AddToggleStep("toggle legacy classic skin", v =>
|
||||||
{
|
{
|
||||||
if (skins != null)
|
if (skins != null)
|
||||||
skins.CurrentSkinInfo.Value = v ? skins.DefaultClassicSkin.SkinInfo : skins.CurrentSkinInfo.Default;
|
skins.CurrentSkinInfo.Value = v ? skins.DefaultClassicSkin.SkinInfo : skins.CurrentSkinInfo.Default;
|
||||||
|
Loading…
Reference in New Issue
Block a user