Updated on 2026-08-14
This commit is contained in:
parent
a89f2c7225
commit
418fbf710d
17 changed files with 288 additions and 239 deletions
|
|
@ -100,6 +100,12 @@ abstract class BaseTestCase : TestCase(
|
|||
value = false
|
||||
)
|
||||
}
|
||||
appPreferencesStore.editData { mutablePreferences ->
|
||||
mutablePreferences.set(
|
||||
key = PreferencesKeys.getShouldShowNotificationKey("EnablePushesReminderNotification"),
|
||||
value = false
|
||||
)
|
||||
}
|
||||
promoRepository.setNeverToShowWalletPromo(PromoId.Sepa)
|
||||
}
|
||||
apiEnvironmentRule.setup(apiConfigsManager)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue