mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 17:10:09 +08:00
Test presenting same beatmap more than once
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user