element-x-ada/features
Marco Romano b145fcbc50 Enable one last ignored test for LeaveRoomPresenterImpl (#462)
Most of the tests in `LeaveRoomPresenterImplTest.kt` where using `UnconfinedTestDispatcher` which was conflating some of the state returned by the presenter. This prevented to test one specific case which had been left with an `@Ignore` annotation.
This PR switches to `StandardTestDispatcher` so that the ignored test case can work and also fixes some other test cases whose behavior is now more correct under the `StandardTestDispatcher`.

Also updates our test factory method for `CoroutineDispatchers` to more easily obtain a `CoroutineDispatchers` which uses `StandardTestDispatcher`.
2023-05-26 07:51:41 +02:00
..
createroom Merge pull request #438 from vector-im/feature/fre/invite_people_action 2023-05-23 17:03:39 +02:00
invitelist Fix bad preview name for invite list 2023-05-24 11:12:14 +01:00
leaveroom Enable one last ignored test for LeaveRoomPresenterImpl (#462) 2023-05-26 07:51:41 +02:00
login Refactor search related functionality (#436) 2023-05-22 09:06:54 +00:00
logout Remove useless OptIn in tests 2023-05-12 10:05:39 +02:00
messages Refactor search related functionality (#436) 2023-05-22 09:06:54 +00:00
networkmonitor Make danger check view changes (#391) 2023-05-05 08:24:12 +00:00
onboarding Use default material3 version again and cleanup @OptIn annotations. 2023-05-15 12:28:31 +02:00
preferences Remove useless OptIn in tests 2023-05-12 10:05:39 +02:00
rageshake Init the mockked Bitmap only once. 2023-05-23 12:46:05 +02:00
roomdetails Room list contextual menu (#427) 2023-05-25 06:42:44 +00:00
roomlist Room list contextual menu (#427) 2023-05-25 06:42:44 +00:00
verifysession Sync Strings from Localazy 2023-04-24 00:09:54 +00:00