Fix TestCaseMultiScreen intermittent failures

This commit is contained in:
Dean Herbert
2019-02-19 15:52:53 +09:00
parent 805805020d
commit 0609fcf7d4

View File

@ -26,7 +26,7 @@ namespace osu.Game.Tests.Visual
Multiplayer multi = new Multiplayer();
AddStep(@"show", () => LoadScreen(multi));
AddWaitStep(5);
AddUntilStep(() => multi.IsCurrentScreen(), "wait until current");
AddStep(@"exit", multi.Exit);
}
}