File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/com/x8bit/bitwarden/ui/vault/feature/importlogins
test/java/com/x8bit/bitwarden/ui/vault/feature/importlogins Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ private fun ImportLoginsDialogContent(
212
212
message = dialogState.message(),
213
213
onDismissRequest = handler.onDismissDialog,
214
214
confirmButtonText = stringResource(R .string.try_again),
215
- dismissButtonText = stringResource(R .string.ok ),
215
+ dismissButtonText = stringResource(R .string.import_logins_later ),
216
216
onConfirmClick = handler.onRetrySync,
217
217
onDismissClick = handler.onFailedSyncAcknowledged,
218
218
)
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ class ImportLoginsScreenTest : BaseComposeTest() {
385
385
verifyActionSent(ImportLoginsAction .RetryVaultSync )
386
386
387
387
composeTestRule
388
- .onAllNodesWithText(" Ok " )
388
+ .onAllNodesWithText(" Import logins later " )
389
389
.filterToOne(hasAnyAncestor(isDialog()))
390
390
.assertIsDisplayed()
391
391
.performClick()
@@ -420,7 +420,7 @@ class ImportLoginsScreenTest : BaseComposeTest() {
420
420
verifyActionSent(ImportLoginsAction .RetryVaultSync )
421
421
422
422
composeTestRule
423
- .onAllNodesWithText(" Ok " )
423
+ .onAllNodesWithText(" Import logins later " )
424
424
.filterToOne(hasAnyAncestor(isDialog()))
425
425
.assertIsDisplayed()
426
426
.performClick()
You can’t perform that action at this time.
0 commit comments