1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 22:00:51 +08:00

Test presenting same beatmap more than once

This commit is contained in:
Endrik Tombak
2020-04-25 10:50:00 +03:00
Unverified
parent cea582992f
commit 16f53991a8
@@ -55,8 +55,14 @@ namespace osu.Game.Tests.Visual.Navigation
var secondimport = importBeatmap(3);
presentAndConfirm(secondimport);
// Test presenting same beatmap more than once
presentAndConfirm(secondimport);
presentSecondDifficultyAndConfirm(firstImport, 1);
presentSecondDifficultyAndConfirm(secondimport, 3);
// Test presenting same beatmap more than once
presentSecondDifficultyAndConfirm(secondimport, 3);
}
[Test]