Updated on 2026-08-14
This commit is contained in:
parent
56a3a67eb7
commit
154308b973
5 changed files with 8 additions and 9 deletions
|
|
@ -61,7 +61,7 @@ class DetailsTest : BaseTestCase() {
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
fun wallet2DetailsTest() =
|
||||
setupHooks().run {
|
||||
scenario(OpenMainScreenScenario(composeTestRule, ProductType.Wallet2))
|
||||
|
|
|
|||
|
|
@ -184,8 +184,8 @@ class OrganizeTokensTest : BaseTestCase() {
|
|||
}
|
||||
step("Check positions of tokens by balance on 'Organize tokens' screen") {
|
||||
onOrganizeTokensScreen {
|
||||
tokenWithTitleAndPosition(ethereumTitle, 1).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(polygonTitle, 2).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(polygonTitle, 1).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(ethereumTitle, 2).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(bitcoinTitle, 3).assertIsDisplayed()
|
||||
}
|
||||
}
|
||||
|
|
@ -194,8 +194,8 @@ class OrganizeTokensTest : BaseTestCase() {
|
|||
}
|
||||
step("Check positions of tokens by balance on 'Organize tokens' screen") {
|
||||
onMainScreen {
|
||||
tokenWithTitleAndPosition(ethereumTitle, 0).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(polygonTitle, 1).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(polygonTitle, 0).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(ethereumTitle, 1).assertIsDisplayed()
|
||||
tokenWithTitleAndPosition(bitcoinTitle, 2).assertIsDisplayed()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,12 +8,11 @@ import com.tangem.screens.onStoriesScreen
|
|||
import com.tangem.tap.features.home.redux.HomeMiddleware.NEW_BUY_WALLET_URL
|
||||
import dagger.hilt.android.testing.HiltAndroidTest
|
||||
import io.github.kakaocup.kakao.intent.KIntent
|
||||
import org.junit.Test
|
||||
|
||||
@HiltAndroidTest
|
||||
class StoriesTest : BaseTestCase() {
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
fun clickOnOrderButtonTest() =
|
||||
setupHooks().run {
|
||||
onDisclaimerScreen {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a4cff08e572fdd4e51d75a5e1a3deef14cfb1f0b
|
||||
Subproject commit 3ac868e93f88498258867d457f8b8c4577b40f98
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 35539d4e63d1f3ec4ec4f625f7875684ed5033c4
|
||||
Subproject commit 936cd7232c2d316c91e2901034417b0b38a63dd1
|
||||
Loading…
Add table
Add a link
Reference in a new issue