Commit Graph

10024 Commits

Author SHA1 Message Date
578a0e7494 Merge branch 'master' into beat-divisor-visual-improvements 2023-05-24 22:28:26 +02:00
07b5874eee Fix test step name 2023-05-24 20:18:36 +02:00
6044327181 Add test coverage for escape deselecting any active selection 2023-05-24 23:59:22 +09:00
663cec1ff6 Combine editor navigation test scenes 2023-05-24 23:51:28 +09:00
b5f8093941 Use RangePadding to align mouse with slider 2023-05-23 18:16:14 +02:00
fa00f8b92a replace manual code with existing method 2023-05-23 18:16:12 +02:00
921d7e4d89 More fitting tests for new layout 2023-05-23 18:16:10 +02:00
ff5dde0ebe Merge pull request #23575 from Joehuu/fix-inverted-video-only-check
Fix old widescreen videos with black bars not correctly filling screen (again)
2023-05-23 16:47:52 +09:00
2ce150ba2b Add failing test case for sample undo 2023-05-22 22:23:05 +02:00
843d2903d2 Add failing test case for slider velocity undo 2023-05-22 22:18:15 +02:00
caa79704ac Add test coverage for failing case 2023-05-17 20:23:37 -07:00
ec2b9165d5 Adjust BeatDivisorControl test to show control mmuch larger 2023-05-17 16:33:58 +09:00
ebce39cd1c Add test coverage of failing sample bank transfer 2023-05-16 18:52:52 +09:00
8528fcaedc Rename editor sample adjustment test scene to increase scope of tests 2023-05-16 18:52:52 +09:00
83dcd78826 Make HitSampleInfo.Bank non-nullable 2023-05-16 18:12:56 +09:00
a99bf0fc5a Add test coverage 2023-05-14 12:29:24 +02:00
9a327d95b8 Add test coverage 2023-05-14 11:24:24 +02:00
9160711470 Change "Show main page" test steps to actually load the main page 2023-05-08 15:32:00 +09:00
f002038137 Add test coverage of failing wiki return to page scenario 2023-05-08 15:29:05 +09:00
8514b2758a Fix rapid back button test failure 2023-05-07 21:07:38 +02:00
65b4b198a4 Merge branch 'master' into export 2023-05-06 20:12:53 +02:00
80ac8abaa6 Merge branch 'master' into chat-report 2023-05-06 15:30:44 +02:00
fba3c587cf Add test coverage for info message failing to display 2023-05-06 15:26:29 +02:00
4393e53b43 ExportToStream should be public 2023-05-05 21:28:43 +09:00
f2dd457b3d Remove unnecessary local variable 2023-05-05 16:31:48 +09:00
6a4933a31c Remove need for TestRealmLive nonsense 2023-05-05 16:30:43 +09:00
0158102467 Rename class back to original name so I can read the diff 2023-05-05 16:19:10 +09:00
8391e2a538 Move reporting code out of DrawableChatUsername into more correct locations 2023-05-05 14:03:42 +09:00
698baa78bf Merge pull request #22711 from Terochi/keep-shared-settings-ruleset-change
Keep shared mod settings when changing ruleset
2023-05-05 13:29:55 +09:00
dcd2abae6d Add test coverage for mod equality with multiple settings 2023-05-04 20:46:27 +02:00
a1106d0a4e Be explicit in test 2023-05-04 19:14:20 +02:00
99e8b2ce70 Make getMod() method generally better 2023-05-04 19:12:22 +02:00
aa7885ab97 Use better test step names 2023-05-04 19:11:51 +02:00
bdd96caaa9 Merge branch 'master' into edit-mods-preset 2023-05-04 18:59:47 +02:00
e43fc23606 Fix typos in test 2023-05-04 18:50:21 +02:00
0d2396c557 Rename method to better indicate directionality 2023-05-04 18:15:12 +02:00
2cb6642b0d use AddUntilStep or not wait 2023-05-04 13:18:25 +09:00
59ece64d25 Merge branch 'master' into skin-editor-change-handler-improvement 2023-05-03 19:42:42 +02:00
4549a865d9 Merge branch 'master' into export 2023-05-04 00:18:01 +09:00
c609e6345c remove Use Current Mods menu item 2023-05-03 23:02:50 +09:00
3a15783a3c remove wait, use AddUntilStep 2023-05-03 22:59:01 +09:00
25bf4e68ec remove useless wait 2023-05-03 22:53:13 +09:00
b932e4d986 Rename DrawableUsername to DrawableChatUsername and only pass message ID 2023-05-03 18:53:22 +09:00
4f55afb60d Merge branch 'master' into chat-report 2023-05-03 18:50:38 +09:00
384693a431 Fix test failure in MultiplayerMatchSongSelect due to multiple overlays present
https://github.com/ppy/osu/actions/runs/4868337922/jobs/8681736995?pr=23308.
2023-05-03 14:30:58 +09:00
6b017ac05f Merge pull request #23308 from OliBomby/sample-control-points
Remove SampleControlPoint and DifficultyControlPoint from HitObject
2023-05-03 14:21:51 +09:00
e394b487e0 Merge branch 'master' into edit-mods-preset 2023-05-03 12:06:16 +09:00
e42b0cc5b1 Merge pull request #23370 from peppy/fix-editor-playfield-padding
Add more padding around playfield in editor to avoid overlap with tool areas
2023-05-03 11:44:55 +09:00
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
94ae9d7664 Merge pull request #23357 from OliBomby/fix-reverse-crash
Prevent infinite repeat count when adjusting repeats of 0 length slider
2023-05-02 19:53:26 +09:00