mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:17:51 +08:00
Adjust failing test after permitting autoplay and no fail combo
This commit is contained in:
parent
2f40989a4f
commit
ae7ed697ec
@ -148,7 +148,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
||||
{
|
||||
advanceToSongSelect();
|
||||
openSkinEditor();
|
||||
AddStep("select no fail and spun out", () => Game.SelectedMods.Value = new Mod[] { new OsuModNoFail(), new OsuModSpunOut() });
|
||||
AddStep("select relax and spun out", () => Game.SelectedMods.Value = new Mod[] { new OsuModRelax(), new OsuModSpunOut() });
|
||||
|
||||
switchToGameplayScene();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user