Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-10 15:14:48 +03:00
parent 14b3b93cf4
commit 857920b093
4 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,7 @@ import com.tangem.tap.store
import dagger.hilt.android.testing.HiltAndroidTest
import io.qameta.allure.kotlin.AllureId
import io.qameta.allure.kotlin.junit4.DisplayName
import org.junit.Ignore
import org.junit.Test
@HiltAndroidTest
@ -53,6 +54,7 @@ class FeedbackTest : BaseTestCase() {
}
}
@Ignore("TODO: [REDACTED_JIRA]")
@AllureId("893")
@DisplayName("Send feedback: failed transaction")
@Test