1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 04:53:52 +08:00

Remove exit step (needs login to show properly)

This commit is contained in:
Dean Herbert
2019-02-19 16:47:59 +09:00
Unverified
parent 0609fcf7d4
commit 618455f7ba
@@ -26,8 +26,6 @@ namespace osu.Game.Tests.Visual
Multiplayer multi = new Multiplayer();
AddStep(@"show", () => LoadScreen(multi));
AddUntilStep(() => multi.IsCurrentScreen(), "wait until current");
AddStep(@"exit", multi.Exit);
}
}
}