Fix test
This commit is contained in:
parent
1790d289c3
commit
fa9268175e
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class TimelineViewTest {
|
||||||
eventSink = eventsRecorder,
|
eventSink = eventsRecorder,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
val contentDescription = rule.activity.getString(CommonStrings.event_shield_reason_unverified_identity)
|
val contentDescription = rule.activity.getString(CommonStrings.a11y_encryption_details)
|
||||||
rule.onNodeWithContentDescription(contentDescription).performClick()
|
rule.onNodeWithContentDescription(contentDescription).performClick()
|
||||||
eventsRecorder.assertList(
|
eventsRecorder.assertList(
|
||||||
listOf(
|
listOf(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue