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 88f45517ca
commit 4ef0dfed8c

View file

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