mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Test presenting same beatmap more than once
This commit is contained in:
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]
|
||||
|
Loading…
Reference in New Issue
Block a user