1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:07:24 +08:00
osu-lazer/osu.Game.Tests/Visual/UserInterface
Dean Herbert 5d708b612d Fix delete local score test not waiting for "fetch" to complete
Even though this is a completely local operation in this case, there's
still a level of asynchronous operation which was recent introduced with
the score ordering:

853cf6feaa/osu.Game/Screens/Select/Leaderboards/BeatmapLeaderboard.cs (L159)

This means there is a brief period where the `Scores` property is null,
after `Reset()` is called in the re-fetch procedure.
2021-10-05 18:17:22 +09:00
..
TestSceneBackButton.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneBeatmapListingSearchControl.cs Add "featured artists" filter to beatmap search 2021-09-07 16:44:45 +09:00
TestSceneBeatmapListingSortTabControl.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneBeatmapSearchFilter.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneBeatSyncedContainer.cs Fix test failure under visual tests due to double firing 2021-07-17 14:34:55 +09:00
TestSceneBreadcrumbControl.cs Add test 2020-01-27 13:16:36 +09:00
TestSceneBreadcrumbControlHeader.cs Rename method for better comprehension 2021-05-20 20:47:50 +02:00
TestSceneButtonSystem.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneColourPicker.cs Add some basic testability of external colour setting 2021-07-02 17:24:15 +09:00
TestSceneCommentEditor.cs Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
TestSceneCommentRepliesButton.cs Refactor LoadRepliesButton to inherit LoadingButton 2020-07-14 15:02:29 +03:00
TestSceneContextMenu.cs Add open/close sounds to context menus 2021-08-06 23:47:02 +09:00
TestSceneCursors.cs Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
TestSceneDashboardBeatmapListing.cs Rename namespace from Dashboard to Home 2020-08-02 21:47:09 +03:00
TestSceneDeleteLocalScore.cs Fix delete local score test not waiting for "fetch" to complete 2021-10-05 18:17:22 +09:00
TestSceneDialogOverlay.cs Add failing test coverage of some dialogs being held on to 2021-09-23 19:18:51 +09:00
TestSceneDrawableDate.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneExpandingBar.cs Rename button 2019-05-23 13:37:25 +09:00
TestSceneFooterButtonMods.cs Fix failing tests doing reference comparisons between string and LocalisedString 2021-02-25 17:49:54 +09:00
TestSceneFriendsOnlineStatusControl.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneHoldToConfirmOverlay.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneIconButton.cs Fix IconButtons not being scaled correctly 2019-06-14 13:40:32 +09:00
TestSceneLabelledColourPalette.cs Remove popover container from manual input manager test scene 2021-08-28 20:20:42 +02:00
TestSceneLabelledDrawable.cs Add option to fix label width of a LabelledDrawable 2021-06-08 16:57:32 +02:00
TestSceneLabelledDropdown.cs Add test scene for labelled dropdowns 2021-08-30 21:37:15 +02:00
TestSceneLabelledSliderBar.cs Add the most basic implementation of LabelledSliderBar feasible 2020-10-06 17:26:06 +09:00
TestSceneLabelledSwitchButton.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneLabelledTextBox.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneLoadingLayer.cs Fix test (and remove no longer valid test) 2021-01-05 18:10:39 +09:00
TestSceneLoadingSpinner.cs Add test for loading spinner with box 2020-02-21 16:21:44 +09:00
TestSceneLogoAnimation.cs rename classes 2020-07-22 22:10:59 +02:00
TestSceneLogoTrackingContainer.cs Remove list null-checks in LogoTrackingContainer test 2021-05-15 00:09:34 +02:00
TestSceneModButton.cs Make Mod.Description abstract and add missing descriptions 2021-04-15 14:36:26 +09:00
TestSceneModDifficultyAdjustSettings.cs Add test coverage 2021-08-16 12:48:49 +03:00
TestSceneModDisplay.cs Tidy up ModDisplay 2021-07-21 16:38:25 +09:00
TestSceneModFlowDisplay.cs Refactor exposed mod retrieval methods for better safety 2021-09-10 11:09:13 +09:00
TestSceneModIcon.cs Allow ModIcon to be constructed using an IMod 2021-09-10 12:43:12 +09:00
TestSceneModSelectOverlay.cs Replace many more calls to CreateAllMods with more specific calls 2021-09-10 12:04:55 +09:00
TestSceneModSettings.cs Rename LocalPlayer to User in mod select prefixes 2021-09-01 17:22:52 +09:00
TestSceneNotificationOverlay.cs Create subclass for "Error" notifications to allow them to have a unique pop-in sound 2021-02-11 13:55:43 +09:00
TestSceneNowPlayingOverlay.cs Remove now-redundant test case 2020-09-04 10:24:54 +03:00
TestSceneOnScreenDisplay.cs Update usages of config with framework changes 2021-03-17 16:10:16 +09:00
TestSceneOsuAnimatedButton.cs Localise GridTestScene as an OsuGridTestScene 2019-06-03 16:45:18 +09:00
TestSceneOsuFont.cs Add test scene for previewing Torus alternates 2021-10-04 00:26:41 +02:00
TestSceneOsuHoverContainer.cs Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
TestSceneOsuIcon.cs Update usages of IHasTooltip in line with framework localisation changes 2021-06-25 19:10:04 +02:00
TestSceneOsuLogo.cs Adjust minimum triangle movement speed to avoid "static" triangles in logo 2021-08-31 14:08:23 +09:00
TestSceneOsuMarkdownContainer.cs add autolink test 2021-07-10 17:56:37 +07:00
TestSceneOsuMenu.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneOsuPopover.cs Implement osu!-side popover 2021-07-14 01:05:06 +02:00
TestSceneOsuTextBox.cs Expand number text box test scene to one holding all OsuTextBox's types 2020-06-05 06:45:42 +03:00
TestSceneOverlayHeader.cs Apply suggestions 2020-07-21 22:56:44 +03:00
TestSceneOverlayHeaderBackground.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneOverlayRulesetSelector.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneOverlayScrollContainer.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneParallaxContainer.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestScenePlaylistOverlay.cs Add regression test coverage 2020-09-11 00:12:05 +02:00
TestScenePopupDialog.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneProfileSubsectionHeader.cs Remove redundant arguments 2021-07-05 23:52:39 +08:00
TestSceneRankingsSortTabControl.cs Implement RankingsSortTabControl component 2020-07-13 01:22:05 +03:00
TestSceneScreenBreadcrumbControl.cs Ensure OsuScreen level leases are taken out synchronously 2020-01-31 19:10:44 +09:00
TestSceneSectionsContainer.cs Test scrolled to section top is visible 2021-08-20 12:30:49 +03:00
TestSceneStarRatingDisplay.cs Merge spectrum test case 2021-08-19 07:18:18 +03:00
TestSceneStatefulMenuItem.cs Create base implementations of the two most common TernaryStateMenuItems 2021-05-20 19:34:53 +09:00
TestSceneSwitchButton.cs Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
TestSceneTabControl.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneToggleMenuItem.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneToolbarRulesetSelector.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneTwoLayerButton.cs Make TLB test scene test TLB and not back button 2019-06-25 18:33:30 +09:00
TestSceneUpdateableBeatmapBackgroundSprite.cs Fix missing assignment 2019-09-13 17:38:04 +09:00
TestSceneUpdateableBeatmapSetCover.cs Add visual test case for crossfade behaviour 2021-05-04 21:12:25 +02:00
TestSceneUserListToolbar.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneVolumeOverlay.cs Add test scene 2021-07-07 20:51:13 +09:00
TestSceneVolumePieces.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneWaveContainer.cs Move WaveContainer test out of editor namespace 2019-10-08 18:08:05 +09:00