Remove exit step (needs login to show properly)

This commit is contained in:
Dean Herbert 2019-02-19 16:47:59 +09:00
parent 0609fcf7d4
commit 618455f7ba

View File

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