Commit Graph

32 Commits

Author SHA1 Message Date
b31c1513f6 Fix test failure
The cursor was clicking too far to the right.
2022-02-05 22:41:04 +08:00
e23b10e6a5 Update remaining cases of clashing variable name in realm.Run(realm.. 2022-01-25 13:04:05 +09:00
6eb2c28e41 Rename RealmContextFactory to RealmAccess 2022-01-24 20:38:07 +09:00
114c9e8c1f Update all usages of CreateContext to use either Run or Write 2022-01-21 17:27:08 +09:00
03e4ec4214 Merge branch 'master' into realm-integration/score-and-beatmaps 2022-01-15 14:45:42 +01:00
9af9155e66 Fix osu.Game.Tests.Android not building 2022-01-14 17:37:58 +01:00
52ca649159 Fix results screen test failures due to relation query 2022-01-12 17:00:17 +09:00
c0a8758839 Fix intermittent test failures on TestSceneResultsScreen due to long delay step
Using real time delays of 3 seconds doesn't play well with headless runs.
2021-12-21 15:15:05 +09:00
99ac71c1fe Simplify usages where the ruleset being used is osu! ruleset 2021-12-13 16:37:20 +09:00
b0d14526ea Move test ScoreInfo creation to TestResources
The main goal here is to remove the inheritance, since realm doesn't
like that. Unfortunate that we can't use object initialisers in a few of
these places, but no real way around that.
2021-12-13 16:34:50 +09:00
183b95cbc2 Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus
This variable is used at more than just a set level.
2021-11-24 18:42:49 +09:00
6a098a8634 Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface 2021-11-12 17:46:24 +09:00
853cf6feaa Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
f3d2d93aa1 Remove stray newline 2021-09-07 16:09:22 +09:00
20100b8894 Fix a few test failures 2021-09-06 20:20:52 +09:00
8085a54205 Add test coverage of different grade types to TestSceneResultsScreen 2021-05-21 17:28:25 +09:00
875f986979 Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
99a95790c3 Resolve test failure 2020-11-21 14:36:59 +01:00
2db42f8e67 Remove default allowRetry parameter value from ResultsScreen 2020-11-20 14:35:44 +09:00
eb39f6dbd8 Update failing test to find correct download button 2020-09-24 13:17:03 +09:00
13df0783fe Use Single() instead of First() where applicable 2020-08-29 20:23:22 +02:00
e0eece11b1 Fix typo in test name 2020-08-29 20:13:03 +02:00
69fae0f412 Add failing replay download button test 2020-08-29 09:30:56 -07:00
6bcc693c2f Add ability to close statistics by clicking anywhere 2020-06-23 15:21:23 +09:00
6d19fd936e Change test scene to not inherit unused ScreenTestScene 2020-06-23 15:13:30 +09:00
c9ad3192b0 Add more tests 2020-06-19 18:02:57 +09:00
5530e2a1db Add test for delayed score fetch 2020-06-19 15:35:39 +09:00
69d85ca3ae Add more cards to results screen test 2020-06-18 14:00:45 +09:00
0d5a2cf96d Add unit tests 2020-06-03 11:36:59 +09:30
9f868be872 Create common TestScoreInfo type 2020-05-21 18:39:22 +09:00
648999a2de Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
1c4296f5e7 Implement the new results screen 2020-03-17 17:43:16 +09:00