Try fixing UI test (it works locally)
This commit is contained in:
parent
88f45517ca
commit
4ef0dfed8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue