Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ dependencies {
implementation("org.eclipse.angus:gimap:2.0.3")
implementation("commons-io:commons-io:2.17.0")
implementation("net.openid:appauth:0.11.1")
implementation("ch.acra:acra-http:5.11.4")
implementation("ch.acra:acra-http:5.12.0")
implementation("io.github.everythingme:overscroll-decor-android:1.1.1")

constraints {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
* Contributors: DenBond7
* Contributors: denbond7
*/

package com.flowcrypt.email.ui
Expand All @@ -15,6 +15,7 @@ import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withText
import androidx.test.ext.junit.rules.activityScenarioRule
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.FlakyTest
import androidx.test.filters.MediumTest
import com.flowcrypt.email.R
import com.flowcrypt.email.TestConstants
Expand Down Expand Up @@ -127,6 +128,7 @@ class SendFeedbackHasAccountFlowTest : BaseFeedbackFragmentTest() {
}

@Test
@FlakyTest
fun testNavigateToImageEditor() {
onView(withId(R.id.checkBoxScreenshot))
.check(matches(isDisplayed()))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* © 2016-present FlowCrypt a.s. Limitations apply. Contact human@flowcrypt.com
* Contributors: DenBond7
* Contributors: denbond7
*/

package com.flowcrypt.email.ui.fragment.isolation.incontainer
Expand All @@ -18,6 +18,7 @@ import androidx.test.espresso.matcher.ViewMatchers.isNotChecked
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withText
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.FlakyTest
import androidx.test.filters.MediumTest
import com.flowcrypt.email.R
import com.flowcrypt.email.TestConstants
Expand Down Expand Up @@ -178,6 +179,7 @@ class AddOtherAccountFragmentInIsolationTest : AddOtherAccountBaseTest() {
}

@Test
@FlakyTest
fun testVisibilityOfSmtpAuthField() {
enableAdvancedMode()

Expand Down
Loading