Fix tests on CI

This commit is contained in:
Dean Herbert
2019-10-10 17:39:41 +09:00
parent e66f9adb86
commit 8df2e359c4
3 changed files with 7 additions and 7 deletions

View File

@ -102,9 +102,9 @@ namespace osu.Game.Tests.Visual.Menus
pushAndConfirm(() => new TestSongSelect());
AddStep("import beatmap", () => ImportBeatmapTest.LoadOszIntoOsu(game).Wait());
AddStep("import beatmap", () => ImportBeatmapTest.LoadOszIntoOsu(game, virtualTrack: true).Wait());
AddUntilStep("wait for selected", () => !(track() is TrackVirtual));
AddUntilStep("wait for selected", () => !game.Beatmap.IsDefault);
AddStep("press enter", () => pressAndRelease(Key.Enter));