Add failing test coverage for save after safeties addition

This commit is contained in:
Bartłomiej Dach
2022-01-23 19:50:02 +01:00
parent 4f1aac9345
commit afc48d86df
3 changed files with 11 additions and 5 deletions

View File

@ -109,6 +109,7 @@ namespace osu.Game.Tests.Visual.Editing
&& set != null
&& set.PerformRead(s => s.Beatmaps.Single().ID == beatmap.ID);
});
AddAssert("can save again", () => Editor.Save());
AddStep("create new difficulty", () => Editor.CreateNewDifficulty(new OsuRuleset().RulesetInfo));
AddUntilStep("wait for created", () =>