mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
changed app layout flag for all_test
This commit is contained in:
parent
298aaece01
commit
237da2ce22
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ import im.vector.app.withIdlingResource
|
|||
import timber.log.Timber
|
||||
|
||||
class ElementRobot(
|
||||
private val labsPreferences: LabFeaturesPreferences = LabFeaturesPreferences(false)
|
||||
private val labsPreferences: LabFeaturesPreferences = LabFeaturesPreferences(true)
|
||||
) {
|
||||
fun onboarding(block: OnboardingRobot.() -> Unit) {
|
||||
block(OnboardingRobot())
|
||||
|
|
Loading…
Reference in a new issue