Try fixing UI test (it works locally)

This commit is contained in:
Jorge Martín 2025-12-16 18:30:35 +01:00 committed by Jorge Martin Espinosa
parent 8798f362c1
commit d851f91287

View file

@ -113,7 +113,7 @@ class DeveloperSettingsViewTest {
eventsRecorder.assertSingle(DeveloperSettingsEvents.SetTracingLogLevel(LogLevelItem.DEBUG))
}
@Config(qualifiers = "h2000dp")
@Config(qualifiers = "h2200dp")
@Test
fun `clicking on clear cache emits the expected event`() {
val eventsRecorder = EventsRecorder<DeveloperSettingsEvents>()