Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-24 11:07:19 +03:00
parent b23b3daf63
commit 553139ee3b

View file

@ -86,14 +86,14 @@ class BuyTest : BaseTestCase() {
}
@AllureId("3613")
@DisplayName("On-ramp Buy: S2C card hasn't Buy and Sell options")
@DisplayName("On-ramp Buy: S2C card doesn't have Buy and Sell options")
@Test
fun buyAndSellIsNotAvailableForS2CCardTest() {
setupHooks().run {
step("Open 'Main' screen") {
openMainScreen(productType = ProductType.Start2Coin)
}
step("Verify 'Add funds' button is display") {
step("Verify 'Add funds' button is displayed") {
onMainScreen { addFundsButton.assertIsDisplayed() }
}
step("Verify Buy/Sell action buttons are hidden") {