mirror of https://github.com/ppy/osu
Add until step to ensure failure
This commit is contained in:
parent
8b8fff2766
commit
bd4acdce78
|
@ -14,7 +14,8 @@ public TestSceneMultiScreen()
|
|||
{
|
||||
Screens.Multi.Multiplayer multi = new Screens.Multi.Multiplayer();
|
||||
|
||||
AddStep(@"show", () => LoadScreen(multi));
|
||||
AddStep("show", () => LoadScreen(multi));
|
||||
AddUntilStep("wait for loaded", () => multi.IsLoaded);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue