Skip to content

Commit b7d8e1f

Browse files
test: AnonymousAuthScreenTest switch to unique test data to avoid collisions
1 parent 71acb7a commit b7d8e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2eTest/src/test/java/com/firebase/ui/auth/ui/screens/AnonymousAuthScreenTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class AnonymousAuthScreenTest {
167167
@Test
168168
fun `anonymous upgrade enabled links new user sign-up and emits RequiresEmailVerification auth state`() {
169169
val name = "Anonymous Upgrade User"
170-
val email = "anonymousupgrade@example.com"
170+
val email = "anonymous-upgrade-${System.currentTimeMillis()}@example.com"
171171
val password = "Test@123"
172172
val configuration = authUIConfiguration {
173173
context = applicationContext

0 commit comments

Comments
 (0)