mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 05:14:50 +01:00
Remove duplicate preExistingRegistrationData test helper introduced during rebase.
This commit is contained in:
-14
@@ -1464,20 +1464,6 @@ class RegistrationEndToEndTest {
|
||||
}
|
||||
}
|
||||
|
||||
private fun preExistingRegistrationData(e164: String): PreExistingRegistrationData {
|
||||
return PreExistingRegistrationData(
|
||||
e164 = e164,
|
||||
aci = ACI.from(UUID.randomUUID()),
|
||||
pni = PNI.from(UUID.randomUUID()),
|
||||
servicePassword = "service-password",
|
||||
aep = AccountEntropyPool.generate(),
|
||||
registrationLockEnabled = false,
|
||||
unrestrictedUnidentifiedAccess = false,
|
||||
aciIdentityKeyPair = IdentityKeyPair.generate(),
|
||||
pniIdentityKeyPair = IdentityKeyPair.generate()
|
||||
)
|
||||
}
|
||||
|
||||
private fun waitForText(text: String) {
|
||||
waitFor("node with text $text") {
|
||||
composeTestRule.onAllNodesWithText(text).fetchSemanticsNodes().isNotEmpty()
|
||||
|
||||
Reference in New Issue
Block a user