Update the strings for the device verification flow (#5419)
* Update the strings for the device verification flow Part of https://github.com/element-hq/element-meta/issues/2898
This commit is contained in:
parent
c6d4a367d3
commit
53f79b49a1
12 changed files with 23 additions and 20 deletions
|
|
@ -8,6 +8,6 @@ appId: ${MAESTRO_APP_ID}
|
||||||
- hideKeyboard
|
- hideKeyboard
|
||||||
- tapOn: "Continue"
|
- tapOn: "Continue"
|
||||||
- extendedWaitUntil:
|
- extendedWaitUntil:
|
||||||
visible: "Verification complete"
|
visible: "Device verified"
|
||||||
timeout: 30000
|
timeout: 30000
|
||||||
- tapOn: "Continue"
|
- tapOn: "Continue"
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,7 @@ private fun IncomingVerificationBottomMenu(
|
||||||
VerificationBottomMenu {
|
VerificationBottomMenu {
|
||||||
Button(
|
Button(
|
||||||
modifier = Modifier.fillMaxWidth(),
|
modifier = Modifier.fillMaxWidth(),
|
||||||
text = stringResource(CommonStrings.action_start),
|
text = stringResource(CommonStrings.action_start_verification),
|
||||||
onClick = { eventSink(IncomingVerificationViewEvents.StartVerification) },
|
onClick = { eventSink(IncomingVerificationViewEvents.StartVerification) },
|
||||||
)
|
)
|
||||||
TextButton(
|
TextButton(
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,10 @@ private fun OutgoingVerificationHeader(step: Step, request: VerificationRequest.
|
||||||
}
|
}
|
||||||
Step.Canceled -> CommonStrings.common_verification_failed
|
Step.Canceled -> CommonStrings.common_verification_failed
|
||||||
Step.Ready -> R.string.screen_session_verification_compare_emojis_title
|
Step.Ready -> R.string.screen_session_verification_compare_emojis_title
|
||||||
Step.Completed -> CommonStrings.common_verification_complete
|
Step.Completed -> when (request) {
|
||||||
|
is VerificationRequest.Outgoing.CurrentSession -> R.string.screen_session_verification_device_verified
|
||||||
|
is VerificationRequest.Outgoing.User -> CommonStrings.common_verification_complete
|
||||||
|
}
|
||||||
is Step.Verifying -> when (step.data) {
|
is Step.Verifying -> when (step.data) {
|
||||||
is SessionVerificationData.Decimals -> R.string.screen_session_verification_compare_numbers_title
|
is SessionVerificationData.Decimals -> R.string.screen_session_verification_compare_numbers_title
|
||||||
is SessionVerificationData.Emojis -> R.string.screen_session_verification_compare_emojis_title
|
is SessionVerificationData.Emojis -> R.string.screen_session_verification_compare_emojis_title
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ class IncomingVerificationViewTest {
|
||||||
eventSink = eventsRecorder
|
eventSink = eventsRecorder
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
rule.clickOn(CommonStrings.action_start)
|
rule.clickOn(CommonStrings.action_start_verification)
|
||||||
eventsRecorder.assertSingle(IncomingVerificationViewEvents.StartVerification)
|
eventsRecorder.assertSingle(IncomingVerificationViewEvents.StartVerification)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6c767fefbe84a0dd681e07c5ec88903283b2d0d4ef9d6f33232f7ef03976c96d
|
oid sha256:4aca42b6dc3864028a7896eaa5f410e68a320bfc55dbebd1662b9c080b2c22ca
|
||||||
size 40179
|
size 42100
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6c767fefbe84a0dd681e07c5ec88903283b2d0d4ef9d6f33232f7ef03976c96d
|
oid sha256:4aca42b6dc3864028a7896eaa5f410e68a320bfc55dbebd1662b9c080b2c22ca
|
||||||
size 40179
|
size 42100
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bdd93fd698635ce7be6667280182994e3427cd0701d283cce163ec706e88ae95
|
oid sha256:17d9ed21a98412af097ec5f9a209ecfeb33de2c94a3aec2afc1443469106a4f9
|
||||||
size 36420
|
size 38451
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1e23231089f2a3701070fbf279aec7e68febba7cec643a57d2d0525d4eb6e2d9
|
oid sha256:5a9c13276724d2343111a065f4f6a3798206f6bc6016dc5314c87448ab74efeb
|
||||||
size 39087
|
size 40891
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1e23231089f2a3701070fbf279aec7e68febba7cec643a57d2d0525d4eb6e2d9
|
oid sha256:5a9c13276724d2343111a065f4f6a3798206f6bc6016dc5314c87448ab74efeb
|
||||||
size 39087
|
size 40891
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3c7b951739149e45d35d7dd2a03893c2471b37d37f5a70e98e14f225697e80a4
|
oid sha256:541458c40f7b0e7c1dd18ba9211564fb053c264e965a7aaaede4e39c11a6420c
|
||||||
size 35609
|
size 37505
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c8b6abacdc676b6920df40aedae9dd0792d5a5dfa61e67e5a97429f3ddd38073
|
oid sha256:061efadad844117ed72a1bf22e2c61687bc01a93a8e8f290a12b48410713c0f0
|
||||||
size 27798
|
size 26555
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9cc65aa4aa06e78016a3fa384d2cd45722bc41abf1de888071fdba400e87b792
|
oid sha256:83c1691efa952ea64b00fc794bb082b4975c037d8ada71053a352528c688cd8a
|
||||||
size 27140
|
size 25903
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue