adaptreceive coins test to language dependency

This commit is contained in:
mahula 2023-06-20 16:35:52 +02:00
parent 85751f43b6
commit ba7197b2e6

View File

@ -9,27 +9,27 @@ Feature: Send coins
# | bob@baumeister.de | Aa12345_ | Bob Baumeister |
# | raeuber@hotzenplotz.de | Aa12345_ | Räuber Hotzenplotz |
Scenario: Send GDD to other user
Given the user is logged in as "bob@baumeister.de" "Aa12345_"
And the user navigates to page "/send"
When the user fills the send form with "raeuber@hotzenplotz.de" "<amount>" "Some memo text"
And the user submits the send form
Then the transaction details are presented for confirmation
When the user submits the transaction by confirming
And the user navigates to page "/transactions"
Then the "<receiverName>" and "<amount>" are displayed on the "transactions" page
# Scenario: Send GDD to other user
# Given the user is logged in as "bob@baumeister.de" "Aa12345_"
# And the user navigates to page "/send"
# When the user fills the send form with "raeuber@hotzenplotz.de" "<amount>" "Some memo text"
# And the user submits the send form
# Then the transaction details are presented for confirmation
# When the user submits the transaction by confirming
# And the user navigates to page "/transactions"
# Then the "<receiverName>" and "<amount>" are displayed on the "transactions" page
Examples:
| receiverName | amount |
| Räuber Hotzenplotz | 120.50 |
# Examples:
# | receiverName | amount |
# | Räuber Hotzenplotz | 120.50 |
Scenario: Receive GDD from other user
Given the user is logged in as "raeuber@hotzenplotz.de" "Aa12345_"
And the user receives the transaction e-mail about "<amount>" GDD from "<senderName>"
When the user opens the "transaction" link in the browser
Then the "<senderName>" and "<amount>" are displayed on the "overview" page
Then the "<senderName>" and "120.50" are displayed on the "overview" page
When the user navigates to page "/transactions"
Then the "<senderName>" and "<amount>" are displayed on the "transactions" page
Then the "<senderName>" and "120.50" are displayed on the "transactions" page
Examples:
| senderName | amount |