Preview Tests (#1768)

* preview testing

* removed some views that are not really testabl in UnitTests and improved other tests
This commit is contained in:
Mauro
2023-09-20 17:33:31 +02:00
committed by GitHub
parent d27de2dedd
commit 3ccadba584
294 changed files with 1312 additions and 121 deletions

View File

@@ -229,7 +229,7 @@ private extension TimelineStyle {
// MARK: - Previews
struct SettingsScreen_Previews: PreviewProvider {
struct SettingsScreen_Previews: PreviewProvider, TestablePreview {
static let viewModel = {
let verificationController = SessionVerificationControllerProxyMock()
verificationController.isVerified = false