mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +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();
|
advanceToSongSelect();
|
||||||
openSkinEditor();
|
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();
|
switchToGameplayScene();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user