File tree Expand file tree Collapse file tree
FlowCrypt/src/androidTest/java/com/flowcrypt/email/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ import com.flowcrypt.email.security.pgp.PgpKey
6464import com.flowcrypt.email.ui.activity.MainActivity
6565import com.flowcrypt.email.ui.adapter.RecipientChipRecyclerViewAdapter
6666import com.flowcrypt.email.ui.base.BaseComposeScreenTest
67+ import com.flowcrypt.email.ui.base.BaseDraftsGmailAPIFlowTest.Companion.MESSAGE_SUBJECT_FIRST
6768import com.flowcrypt.email.util.PrivateKeysManager
6869import com.flowcrypt.email.util.TestGeneralUtil
6970import com.flowcrypt.email.util.UIUtil
@@ -360,7 +361,6 @@ class ComposeScreenFlowTest : BaseComposeScreenTest() {
360361 }
361362
362363 @Test
363- @Ignore(" temporary disabled" )
364364 fun testSelectImportPublicKeyFromPopUp () {
365365 activeActivityRule?.launch(intent)
366366 intending(hasComponent(ComponentName (getTargetContext(), MainActivity ::class .java)))
@@ -419,6 +419,8 @@ class ComposeScreenFlowTest : BaseComposeScreenTest() {
419419 .check(matches(isDisplayed()))
420420 .perform(click())
421421
422+ waitForObjectWithText(email, TimeUnit .SECONDS .toMillis(10 ))
423+
422424 onView(withId(R .id.recyclerViewChipsTo))
423425 .perform(
424426 RecyclerViewActions .scrollTo<RecyclerView .ViewHolder >(
You can’t perform that action at this time.
0 commit comments