mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-05-15 09:50:41 +00:00
test(coreexample): Temporarily ignore the ExternalSetupTests.emailCodeVerification test.
Signup for external account will require !548 to be merged.
This commit is contained in:
committed by
MargeBot
parent
eaf51f9f3e
commit
8faa0ac54b
+2
@@ -30,6 +30,7 @@ import me.proton.core.test.android.robots.plans.SelectPlanRobot
|
||||
import me.proton.core.test.android.uitests.CoreexampleRobot
|
||||
import me.proton.core.test.android.uitests.tests.BaseTest
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
|
||||
class ExternalSetupTests : BaseTest() {
|
||||
@@ -67,6 +68,7 @@ class ExternalSetupTests : BaseTest() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("May be enabled after !548 is merged (External account signups).")
|
||||
fun emailCodeVerification() {
|
||||
val user = User(name = "${randomString()}@example.lt")
|
||||
val defaultCode = quark.defaultVerificationCode
|
||||
|
||||
Reference in New Issue
Block a user