Updated on 2026-08-14
This commit is contained in:
parent
f2b72b3771
commit
d0a713d0dd
2 changed files with 3 additions and 3 deletions
|
|
@ -459,12 +459,12 @@ class SendFeeScreenTest : BaseTestCase() {
|
|||
step("Enter amount '$inputAmount' and open the 'Send confirm' screen") {
|
||||
enterAmountAndOpenSendConfirm(amount = inputAmount, recipientAddress = ETHEREUM_RECIPIENT_ADDRESS)
|
||||
}
|
||||
waitUntilNetworkFeeIsStable { readNetworkFeeAmount() }
|
||||
val marketFee = getNetworkFeeAmount()
|
||||
step("Switch the network fee to 'Fast'") {
|
||||
switchFeeToFastAndApply()
|
||||
}
|
||||
assertNetworkFeeChanged(marketFee)
|
||||
waitUntilNetworkFeeIsStable { readNetworkFeeAmount() }
|
||||
step("Sign, send and open the 'Transaction sent' screen") {
|
||||
openSendSuccessScreenViaLongClickOnSendButton()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@ class SendTokenFeeTest : BaseTestCase() {
|
|||
step("Enter amount '$tokenAmount' and open the 'Send confirm' screen") {
|
||||
enterAmountAndOpenSendConfirm(amount = tokenAmount, recipientAddress = ETHEREUM_RECIPIENT_ADDRESS)
|
||||
}
|
||||
assertNetworkFeeContains("$")
|
||||
waitUntilNetworkFeeIsStable { readNetworkFeeAmount() }
|
||||
assertNetworkFeeContains("\$")
|
||||
step("Sign, send and open the 'Transaction sent' screen") {
|
||||
openSendSuccessScreenViaLongClickOnSendButton()
|
||||
}
|
||||
|
|
@ -82,8 +82,8 @@ class SendTokenFeeTest : BaseTestCase() {
|
|||
step("Enter amount '$tokenAmount' and open the 'Send confirm' screen") {
|
||||
enterAmountAndOpenSendConfirm(amount = tokenAmount, recipientAddress = TERRA_RECIPIENT_ADDRESS)
|
||||
}
|
||||
assertNetworkFeeContains("$")
|
||||
waitUntilNetworkFeeIsStable { readNetworkFeeAmount() }
|
||||
assertNetworkFeeContains("\$")
|
||||
step("Sign, send and open the 'Transaction sent' screen") {
|
||||
openSendSuccessScreenViaLongClickOnSendButton()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue