Commit Graph

4481 Commits

Author SHA1 Message Date
121dd175e6 Fix test failure in TestSceneMultiplayerGameplayLeaderboard
The transfer of users was not accounting for the fact that the
`StartPlay` calls are now scheduled and not necessarily run in time.
2021-05-27 19:57:21 +09:00
bcf1e3db1e Fix test failures in TestSceneStoryboardWithOutro
Test was not accounting for the fact that the results may not have
loaded in time.
2021-05-27 19:45:55 +09:00
0b600db814 revert back main page test 2021-05-27 16:24:05 +07:00
820310543d fix spacing style 2021-05-27 14:53:22 +07:00
aa23c4a4b9 Merge branch 'master' into keyboard_shortcuts 2021-05-27 16:30:34 +09:00
b55ac413e7 add many scenario of main page layout 2021-05-27 14:20:36 +07:00
5c44083856 Fix test potentially not waiting for drawable beatmaps to be loaded 2021-05-27 16:12:49 +09:00
c39ea85701 Fix TestSceneSkinnableSound not doing DI correctly 2021-05-27 15:42:25 +09:00
70a844ac10 Remove allowFallback parameters completely 2021-05-27 14:50:42 +09:00
2166ab87c6 Change base type of tests
Fixes missing API property
2021-05-27 01:47:00 +02:00
649163e13b Merge branch 'master' into main-page-wiki 2021-05-26 23:51:49 +07:00
74fc0a17d5 Remove unused using statement 2021-05-27 00:55:06 +09:00
c0a8382175 Remove local API construction 2021-05-27 00:12:22 +09:00
8e923a5d8f Instantiate immediately, rather than waiting for instantiation 2021-05-26 22:24:51 +09:00
fbfbd99223 change document url test to dev server 2021-05-26 19:20:39 +07:00
878079d3d7 Fix correct beatmap not being set if running test alone 2021-05-26 19:08:00 +09:00
a77de24746 Fix SlowLoadPlayer potentially not being instantiated in time for test 2021-05-26 18:58:18 +09:00
14a4095140 Merge branch 'master' into beatmap-skin 2021-05-26 18:39:47 +09:00
7c9383b586 Combine RestorableKeyBindingRow back into KeyBindingRow 2021-05-26 18:17:28 +09:00
71f77eb902 fix image test 2021-05-26 15:04:04 +07:00
98fa5b67d6 Merge branch 'master' into single-bind-reset-button 2021-05-26 17:01:16 +09:00
52ca2f4797 Merge branch 'master' into chat-mention 2021-05-26 16:00:26 +09:00
d5feb8353d Formatting, renaming 2021-05-25 21:37:08 +10:00
d9f5b578bf Restore class names 2021-05-25 21:08:40 +10:00
2e6d463901 add test link with title 2021-05-24 20:45:47 +07:00
37f6ceef79 Add test coverage 2021-05-24 21:57:04 +09:00
518999ffab Renaming files 2021-05-24 22:49:40 +10:00
29e1737f0d Merge branch 'master' into mbd-beatmap-set-cover 2021-05-24 15:51:03 +09:00
0448f6fdb3 add main page markdown 2021-05-25 13:21:08 +07:00
b8a5b5aaf8 add test for image block and inline image 2021-05-23 17:22:31 +07:00
afb33f1641 Remove no longer necessary test case 2021-05-21 20:21:50 +03:00
f335337e5d Merge pull request #12851 from vininew921/applause-stops-on-score-switch
Fix applause sound stopping after switching scores
2021-05-21 18:49:59 +09:00
2958b9adf4 Merge branch 'master' into import-from-stable-select-location 2021-05-21 17:37:34 +09:00
1ca563e831 Merge branch 'master' into applause-stops-on-score-switch 2021-05-21 17:28:28 +09:00
8085a54205 Add test coverage of different grade types to TestSceneResultsScreen 2021-05-21 17:28:25 +09:00
49aa0f3a18 initial main page 2021-05-21 10:04:45 +07:00
f35a07fee7 Rename method for better comprehension 2021-05-20 20:47:50 +02:00
b521405ec8 Trim redundant string interpolation 2021-05-20 20:46:18 +02:00
092d0f9b76 add breadcrumb header test scene 2021-05-21 01:21:31 +07:00
c0dfe37965 Remove unused using directive 2021-05-20 21:08:36 +03:00
eaae9a1b67 Remove unrequired null conditional 2021-05-20 21:08:31 +03:00
262a27610c Improve components assertion logic 2021-05-20 20:47:40 +03:00
527847596e Merge pull request #12884 from peppy/ternary-menu-item-refactor
Create base implementations of the two most common `TernaryStateMenuItem`s
2021-05-20 21:02:15 +09:00
1ad3aee126 add article page test wiki overlay 2021-05-20 17:49:20 +07:00
df5970fab4 Create base implementations of the two most common TernaryStateMenuItems 2021-05-20 19:34:53 +09:00
a74405d0ed Merge branch 'master' into restructure-spectator-client 2021-05-20 18:53:42 +09:00
9d07749959 Improve implementation of TestSpectatorClient
There was a lot of weirdness here, such as storing the playing users,
clearing the playing users from test scenes (!!), and storing the users
being wathed.
This was all a thing because the previous implementation overrode the
base method implementations, which is no longer a thing.
2021-05-20 17:41:46 +09:00
fdbd421040 Fix editor tests failing due to empty files being specified 2021-05-20 17:09:55 +09:00
1109970278 add more test for Wiki Header 2021-05-20 14:24:28 +07:00
6beeb7f7c4 Rename SpectatorStreamingClient -> SpectatorClient 2021-05-20 15:55:07 +09:00