Commit Graph

44 Commits

Author SHA1 Message Date
b9983add15 Rename User to APIUser and move to correct namespace 2021-11-04 18:21:31 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
00732822c3 Replace insufficiently specific exception type
Resolves compilation failures for the newly-added Android build-only CI
job caused by inspection CA2201 ("Exception type System.Exception is not
sufficiently specific").
2021-10-24 17:45:39 +02:00
12da27cde7 Add test coverage for loading process on channel join 2021-10-05 20:52:40 +02:00
3467b1f60c Retouch chat command test slightly 2021-09-12 13:00:52 +02:00
eeaa8a8380 code quality 2021-09-11 16:47:20 +01:00
605933c467 typo 2021-09-11 16:23:17 +01:00
7924a990a3 add tests for /chat command 2021-09-11 16:22:35 +01:00
118e13227a Update existing test to make use of ManualInputManager.Keys 2021-08-03 19:08:59 +09:00
1bac471b49 Adapt to PlatformAction type change 2021-07-21 16:12:53 +09:00
1b2d00f796 Trigger successes 2021-06-29 20:13:39 +09:00
e117f98bfa Rename test steps 2021-06-03 14:31:13 +02:00
b917d6d80c Update tests to check for correct platform action keys 2021-06-03 15:34:06 +09:00
aa23c4a4b9 Merge branch 'master' into keyboard_shortcuts 2021-05-27 16:30:34 +09:00
aeff9bd853 Add return bool to HandleRequest to better trigger failures 2021-03-23 18:17:29 +09:00
7d326c7f24 Review changes + added tests 2020-12-20 13:18:00 -06:00
45482e8709 Whitespace fixes 2020-12-17 18:43:39 -06:00
454c7538c0 CI Style Fixes 2020-12-17 17:59:36 -06:00
cbfa292c05 Minor test style fixes 2020-12-17 16:59:19 -06:00
8bd787dce9 Moved private methods beneath public ones 2020-12-15 20:50:23 -08:00
7fe7c24ce1 Style fixes for whitespaces 2020-12-14 15:44:40 -08:00
017e00eb26 More style fixes 2020-12-14 15:27:57 -08:00
1af0f79ddf Adding newline style fixes 2020-12-14 16:58:43 -06:00
9cb0ed3b8f Fixed formatting for tests 2020-12-14 12:38:59 -08:00
ccbf6db810 Fixed some formatting and style 2020-12-13 22:11:52 -08:00
35f403dacd Added tests for ctrl + w and ctrl + t 2020-12-13 22:05:54 -08:00
ef3c918a3c Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
3c7e5a5b42 Fix ChannelManager not being loaded in tests 2020-06-03 18:00:31 +09:00
648999a2de Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
0b728f483f Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09: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
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
fcd05b5a3c Add failing test 2020-01-30 21:31:25 +01:00
40a4435792 Fix chat test intermittently failing
Was throwing exception instead of returning false due to LINQ Single() call.
2020-01-31 00:33:24 +09:00
2fb640f57f Change to until step + fix CI error 2020-01-30 15:00:39 +09:00
ce36e5458f Fix possible crash with no channel topic 2020-01-30 14:35:03 +09:00
de8f502871 Add test 2019-07-29 02:46:33 +09:00
e25158f434 Rename move and fix tests 2019-07-01 19:35:04 +09:00
19be83181f Add back missing test scene 2019-06-21 15:32:06 +09:00