Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-14 11:42:44 +03:00
parent 1010c03899
commit 65e9a1cb40
19 changed files with 115 additions and 114 deletions

View file

@ -0,0 +1,5 @@
package com.tangem.core.ui.test
object SendConfirmScreenTestTags {
const val SENDING_TEXT = "SEND_CONFIRM_SCREEN_SENDING_TEXT"
}