Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-17 11:00:59 +03:00
parent 2a5a05fe83
commit 5618f44c8b
8 changed files with 151 additions and 4 deletions

View file

@ -0,0 +1,5 @@
package com.tangem.core.ui.test
object AddFundsBottomSheetTestTags {
const val CLOSE_BUTTON = "ADD_FUNDS_BOTTOM_SHEET_CLOSE_BUTTON"
}

View file

@ -0,0 +1,5 @@
package com.tangem.core.ui.test
object TokenActionsTestTags {
const val BUY_ACTION = "TOKEN_ACTIONS_BUY_ACTION"
}