From 553139ee3b41181dd16975470ae5ee233c907869 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 24 Jun 2026 11:07:19 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../androidTest/kotlin/com/tangem/tests/addFunds/BuyTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/androidTest/kotlin/com/tangem/tests/addFunds/BuyTest.kt b/app/src/androidTest/kotlin/com/tangem/tests/addFunds/BuyTest.kt index fe1772587c..17e994c3dc 100644 --- a/app/src/androidTest/kotlin/com/tangem/tests/addFunds/BuyTest.kt +++ b/app/src/androidTest/kotlin/com/tangem/tests/addFunds/BuyTest.kt @@ -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") {