1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 18:07:36 +08:00
osu-lazer/osu.Game.Tests/Visual/Online
Dean Herbert 0f8a6a3f64 Fix intermittent failures on TestSceneBeatmapListingOverlay
In the specific method, there was no wait step after the initial fetch
(unlike all of the rest), meaning the fetch may not have finished in
time for the follow-up steps.

As seen at
https://github.com/ppy/osu/runs/4588058438?check_suite_focus=true.
2021-12-21 14:12:06 +09:00
..
TestSceneAccountCreationOverlay.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneBeatmapAvailability.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneBeatmapDownloadButton.cs Remove mentions of "panel" and "direct" from names of old download buttons 2021-11-27 15:08:03 +01:00
TestSceneBeatmapListingOverlay.cs Fix intermittent failures on TestSceneBeatmapListingOverlay 2021-12-21 14:12:06 +09:00
TestSceneBeatmapRulesetSelector.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
TestSceneBeatmapSetOverlay.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
TestSceneBeatmapSetOverlayDetails.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
TestSceneBeatmapSetOverlaySuccessRate.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneChangelogOverlay.cs wait for content to load in test 2021-08-11 12:11:39 +07:00
TestSceneChangelogSupporterPromo.cs add changelog supporter promo test scene 2021-08-10 12:00:26 +07:00
TestSceneChannelTabControl.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneChatLineTruncation.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneChatLink.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneChatOverlay.cs Don't show multiplayer channels in chat overlay 2021-12-16 16:41:47 +09:00
TestSceneCommentsContainer.cs Fix english in test steps 2021-08-24 14:39:03 +09:00
TestSceneCommentsHeader.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneCurrentlyPlayingDisplay.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneDashboardOverlay.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneDrawableComment.cs fix pinned drawable comment test 2021-08-14 00:17:45 +07:00
TestSceneExternalLinkButton.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneFavouriteButton.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneFriendDisplay.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneFullscreenOverlay.cs Avoid assigning null to a non-nullable property 2021-02-09 18:56:27 +09:00
TestSceneGraph.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneHistoricalSection.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneHomeNewsPanel.cs Naming adjustments 2020-08-12 11:24:26 +03:00
TestSceneKudosuHistory.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneLeaderboardModSelector.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
TestSceneLeaderboardScopeSelector.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneMessageNotifier.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneNewsCard.cs Make news cards clickable 2020-07-16 15:18:01 +03:00
TestSceneNewsHeader.cs Fix news/wiki tests checking against incorrect constant string 2021-07-20 03:29:32 +03:00
TestSceneNewsOverlay.cs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneNewsSidebar.cs Add basic test to show data how one would expect it to be displayed 2021-05-18 13:11:22 +09:00
TestSceneNowPlayingCommand.cs Update mock RulesetInfo usage to set OnlineID instead of ID 2021-11-24 15:50:26 +09:00
TestSceneOfflineCommentsContainer.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneOnlineBeatmapListingOverlay.cs Move online beatmap listing overlay to separate test scene 2021-01-26 00:03:20 +03:00
TestSceneOnlineViewContainer.cs Remove IOnlineComponent and change existing components to use bindable flow 2020-10-22 14:19:12 +09:00
TestScenePlayHistorySubsection.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneProfileRulesetSelector.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneRankGraph.cs Split out a couple more nested classes 2021-11-05 13:40:44 +09:00
TestSceneRankingsCountryFilter.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneRankingsHeader.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneRankingsOverlay.cs Add more complete test coverage of decoupling 2021-08-23 21:08:59 +03:00
TestSceneRankingsSpotlightSelector.cs Fix SpotlightSelector is a VisibilityContainer without a reason 2020-07-21 22:46:08 +03:00
TestSceneRankingsTables.cs Make sort changes affect request result 2020-07-14 18:09:09 +03:00
TestSceneScoresContainer.cs Rename APIScoreInfo to APIScore 2021-12-10 16:11:49 +09:00
TestSceneShowMoreButton.cs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneSpotlightsLayout.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneStandAloneChatDisplay.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneTotalCommentsCounter.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneUserHistoryGraph.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneUserPanel.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
TestSceneUserProfileHeader.cs Add test for ranked/unranked user display 2021-12-19 13:40:22 +01:00
TestSceneUserProfileOverlay.cs Add test for ranked/unranked user display 2021-12-19 13:40:22 +01:00
TestSceneUserProfilePreviousUsernames.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneUserProfileRecentSection.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneUserProfileScores.cs Rename APIScoreInfo to APIScore 2021-12-10 16:11:49 +09:00
TestSceneUserRanks.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneUserRequest.cs Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
TestSceneVotePill.cs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
TestSceneWikiHeader.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
TestSceneWikiMainPage.cs revert back main page test 2021-05-27 16:24:05 +07:00
TestSceneWikiMarkdownContainer.cs add test to check sprite image width 2021-06-29 10:14:51 +07:00
TestSceneWikiOverlay.cs change test scene response 2021-06-04 09:36:21 +07:00
TestSceneWikiSidebar.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00