Move tests to TestSceneRankingsOverlay due to refactoring

This commit is contained in:
Andrei Zavatski
2019-12-05 09:53:25 +03:00
parent 22863da360
commit 33737d3d89
4 changed files with 46 additions and 26 deletions

View File

@ -68,9 +68,7 @@ namespace osu.Game.Tests.Visual.Online
};
AddStep("Set country", () => countryBindable.Value = country);
AddAssert("Check scope is Performance", () => scope.Value == RankingsScope.Performance);
AddStep("Set scope to Score", () => scope.Value = RankingsScope.Score);
AddAssert("Check country is Null", () => countryBindable.Value == null);
AddStep("Set country with no flag", () => countryBindable.Value = unknownCountry);
}
}