mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove exit step (needs login to show properly)
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user