Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-01 16:49:44 +03:00
parent d0f1e7c6c4
commit 71003c43db
6 changed files with 147 additions and 6 deletions

View file

@ -3,4 +3,5 @@ package com.tangem.core.ui.test
object DisclaimerScreenTestTags {
const val SCREEN_CONTAINER = "DISCLAIMER_SCREEN_CONTAINER"
const val ACCEPT_BUTTON = "DISCLAIMER_SCREEN_ACCEPT_BUTTON"
const val WEB_VIEW = "DISCLAIMER_SCREEN_WEB_VIEW"
}