Updated on 2026-08-14
This commit is contained in:
parent
2a5a05fe83
commit
5618f44c8b
8 changed files with 151 additions and 4 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.core.ui.test
|
||||
|
||||
object AddFundsBottomSheetTestTags {
|
||||
const val CLOSE_BUTTON = "ADD_FUNDS_BOTTOM_SHEET_CLOSE_BUTTON"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.core.ui.test
|
||||
|
||||
object TokenActionsTestTags {
|
||||
const val BUY_ACTION = "TOKEN_ACTIONS_BUY_ACTION"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue