Commit Graph

481 Commits

Author SHA1 Message Date
1e025b7c31 Add tests to cover the issue 2020-03-25 20:58:51 +03:00
98e6896e93 Rename test class 2020-03-23 15:37:34 +09:00
680d058f3f Merge branch 'master' into friends-layout-split 2020-03-23 15:36:04 +09:00
bfd643dd16 Rename classes 2020-03-23 10:47:27 +09:00
0b728f483f Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
2b0c267cb9 Expose Fetch method 2020-03-21 20:37:21 +03:00
f8169e9712 Merge remote-tracking branch 'refs/remotes/ppy/master' into friends-layout-split 2020-03-21 20:31:38 +03:00
e951979a12 Remove assert from online test 2020-03-17 22:34:46 +03:00
4ac740b12b Remove APIFriend 2020-03-17 08:51:54 +03:00
bf9c6f8a3b Skip online test if user is not logged-in 2020-03-17 02:19:03 +03:00
6a151b8e75 Add online test 2020-03-17 01:50:19 +03:00
cc5833db80 Remove string prefixes in the test scene 2020-03-17 01:36:48 +03:00
4153f8d49d Fix edge case making test fail
Forgot that if a PM channel was the last tab, it hid itself upon selecting due to changing its width, which made the last-visible-selected assert fail. Made this particular test only use non-PM channels.
2020-03-16 21:31:22 +01:00
0f40671e69 Mix normal channel tabs with PM ones 2020-03-16 19:44:03 +01:00
50c2e65e3c Improve TestSceneChatOverlay 2020-03-16 19:10:42 +01:00
544dfe7dd3 Implement FriendsLayout component 2020-03-16 09:42:21 +03:00
0245bab7c6 Merge branch 'master' into user-cards-update 2020-03-16 14:27:21 +09:00
12293bea1d Merge branch 'master' into fix-chat-tabs 2020-03-16 09:57:01 +09:00
1a6056637b Turn off italics test for now (may come back if we switch chat to content font) 2020-03-15 01:43:48 +09:00
38d00c7f0a Revert unnecessary changes and actually trim the whitespace 2020-03-13 21:29:10 +01:00
8d3cab0e16 Trim whitespace 2020-03-13 18:58:32 +01:00
0bbae094dd Add active tab closing behaviour tests 2020-03-13 18:34:51 +01:00
694e56b0d1 Add non-PM chat tabs to tests 2020-03-13 18:34:51 +01:00
d3c0deb381 Merge branch 'master' into friends-update-streams 2020-03-11 14:09:27 +09:00
ed837d3115 Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
9f44a7b2ce Simplify status assignment in the test scene 2020-03-08 03:07:14 +03:00
bf9e289f3a Merge master with conflicts resolved 2020-03-05 04:11:12 +03:00
b8889318db Pass rulesets to solo game status 2020-03-04 22:13:31 +01:00
afa3ce494d Set online status in activity test
The test would check nothing otherwise.
2020-03-04 22:07:02 +01:00
5fa2638e81 Rename tests to adhere to convention 2020-03-04 22:05:48 +01:00
1bd49d50c7 Remove unnecessary raw string prefixes 2020-03-04 22:05:08 +01:00
5b25b5dfab Change brace style 2020-03-04 22:04:49 +01:00
e3e66991b0 Move initialisation logic to [SetUp] 2020-03-04 22:02:36 +01:00
6631b07442 Refactor to replace existing panels 2020-03-04 14:58:15 +03:00
937d9da43b Implement OverlayUpdateStreamControl component 2020-03-03 17:01:58 +03:00
8dcdd6db6f Rename UpdateStream components to ChangelogUpdateStream 2020-03-03 16:20:36 +03:00
54d83eff94 Use OverlayColourProfider for VotePill component 2020-02-26 19:35:20 +03:00
c1455be855 Add tests 2020-02-25 10:29:03 +03:00
a512226036 Use attribute instead of CreateChildDependencies 2020-02-22 13:47:42 +01:00
f248c0a98e Fix regressed direct panel test scene
Due to unnoticed past changes TestSceneDirectPanel has regressed in that
clicking the preview track button would crash due to an unregistered
IPreviewTrackOwner dependency.

Make the test scene itself implement that empty interface and cache
itself as IPreviewTrackOwner so that preview tracks lower down can
resolve the dependency.

As the test is purely visual and has no assertions, and the important
logic in that area (preview track playing logic) is already well-covered
enough elsewhere, no further changes were made.
2020-02-22 00:58:33 +01:00
db1e5abad7 Merge pull request #7786 from EVAST9919/subcomments-alter-new
Add ability to load long comment trees in CommentsContainer
2020-02-21 21:18:33 +09:00
41c6d2f2e7 Merge remote-tracking branch 'origin/master' into subcomments-alter-new 2020-02-21 17:02:58 +09:00
92f6f0207c Rename LoadingAnimation to LoadingSpinner 2020-02-21 15:33:31 +09:00
623b78d675 Combine all loading animation implementations 2020-02-21 15:32:46 +09:00
5c16dbbea9 Merge pull request #7919 from smoogipoo/null-leaderboard-position
Support null leaderboard position
2020-02-20 16:27:24 +09:00
d79ca97fe9 Make beatmap scores also support null position 2020-02-20 15:04:12 +09:00
bf5c34a014 Merge branch 'master' into rankings-clickable-countries 2020-02-20 14:21:44 +09:00
8fcfb73d72 Implement BeatmapListingOverlay 2020-02-19 17:40:54 +03:00
1417c90173 Remove redundant blank line 2020-02-19 17:24:44 +03:00
a79398ddbd Fix incorrect caching in TestSceneRankingsOverlay 2020-02-19 17:09:22 +03:00