1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 95badb9455
Adjust composer tests to new screen layout
`TestSceneHitObjectComposer.TestPlacementFailsWhenClickingButton()` was
attempting to cover the case of the user clicking a toolbox button which
was in front of the playfield, and ensure that the click did not result
in a placement. However, since the paddings in
67f83f246b were added, it is impossible
for a toolbox button to be in front of the playfield in the collapsed
state, which the test was relying on.

The test scenario is still however relevant in the case of the toolbox
being expanded, as in that state the toolbux buttons may very well end
up being in front of the playfield, and they still should not result in
a hitobject being placed. To ensure that this is the case, add a few
extra test steps ensuring that the toolbox is expanded first before
trying to retrieve an overlapping button.
2023-05-02 18:45:45 +02:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Add second definition of EndTime for storyboard elements to account for loops in lifetime 2023-04-25 15:22:11 +09:00
Beatmaps Partial everything 2022-11-27 00:00:27 +09:00
Collections Partial everything 2022-11-27 00:00:27 +09:00
Colours Partial everything 2022-11-27 00:00:27 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
Editing Adjust composer tests to new screen layout 2023-05-02 18:45:45 +02:00
Gameplay Also disable counting on argon display in test 2023-04-25 20:17:57 +02:00
Menus Fix overlay toggle keys working during disabled activation modes 2023-04-03 15:03:47 +09:00
Mods Partial everything 2022-11-27 00:00:27 +09:00
Multiplayer Move ongoing operation wait step to proper place 2023-01-29 00:24:15 +03:00
Navigation Add xmldoc to new test mentioning failure rate and general purpose 2023-04-29 11:05:10 +09:00
Online Remove usage of "diff" vernacular 2023-04-10 15:27:10 +02:00
Playlists Fix intermittent failure in playlists match loading test 2023-01-20 01:18:41 +03:00
Ranking Simplify TestSceneAccuracyCircle test specifications 2023-02-09 15:42:03 +09:00
Settings Remove all unnecessary usage of IHasFilterableChildren 2022-11-29 14:40:52 +09:00
SongSelect Shorten label to just "matches" 2023-04-17 20:59:41 -07:00
UserInterface Add test case covering failure scenario 2023-04-30 17:23:45 +02:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Partial everything 2022-11-27 00:00:27 +09:00