1
0
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:
Bartłomiej Dach 2024-02-05 13:05:28 +01:00
parent 44a594ba05
commit 989e46c791
No known key found for this signature in database

View File

@ -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;