1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Fix code quality inspection

This commit is contained in:
Bartłomiej Dach 2023-07-26 20:52:03 +02:00
parent 4889864478
commit 7bc3edb05a
No known key found for this signature in database

View File

@ -163,7 +163,7 @@ namespace osu.Game.Tests.Visual.Gameplay
AddUntilStep("wait for button clickable", () => ((OsuScreen)Player.GetChildScreen())
.ChildrenOfType<ReplayDownloadButton>().FirstOrDefault()?
.ChildrenOfType<OsuClickableContainer>()?.FirstOrDefault()?
.ChildrenOfType<OsuClickableContainer>().FirstOrDefault()?
.Enabled.Value == true);
AddAssert("no export files", () => !LocalStorage.GetFiles("exports").Any());