Skip to content

Commit

Permalink
MessageDetailsActivityTest. Restored "retry" rule usage.| #1097
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Dec 14, 2021
1 parent 6ae0e8a commit cf7442f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import com.flowcrypt.email.matchers.CustomMatchers.Companion.withEmptyRecyclerVi
import com.flowcrypt.email.model.KeyImportDetails
import com.flowcrypt.email.rules.AddPrivateKeyToDatabaseRule
import com.flowcrypt.email.rules.ClearAppSettingsRule
import com.flowcrypt.email.rules.RetryRule
import com.flowcrypt.email.rules.ScreenshotTestRule
import com.flowcrypt.email.ui.activity.base.BaseMessageDetailsActivityTest
import com.flowcrypt.email.ui.adapter.MsgDetailsRecyclerViewAdapter
Expand Down Expand Up @@ -97,7 +98,7 @@ class MessageDetailsActivityTest : BaseMessageDetailsActivityTest() {
.outerRule(ClearAppSettingsRule())
.around(addAccountToDatabaseRule)
.around(addPrivateKeyToDatabaseRule)
//.around(RetryRule.DEFAULT)
.around(RetryRule.DEFAULT)
.around(activeActivityRule)
.around(ScreenshotTestRule())

Expand Down

0 comments on commit cf7442f

Please sign in to comment.