mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +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();
|
Multiplayer multi = new Multiplayer();
|
||||||
|
|
||||||
AddStep(@"show", () => LoadScreen(multi));
|
AddStep(@"show", () => LoadScreen(multi));
|
||||||
AddUntilStep(() => multi.IsCurrentScreen(), "wait until current");
|
|
||||||
AddStep(@"exit", multi.Exit);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user