From 07e11fe788ed4eecc0cca91f47ebf898e77f079f Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 27 Jun 2023 17:30:47 +0200 Subject: [PATCH] use more example data in e2e send coin scenario --- e2e-tests/cypress/e2e/SendCoins.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-tests/cypress/e2e/SendCoins.feature b/e2e-tests/cypress/e2e/SendCoins.feature index 75049c83f..55ba2d02e 100644 --- a/e2e-tests/cypress/e2e/SendCoins.feature +++ b/e2e-tests/cypress/e2e/SendCoins.feature @@ -12,7 +12,7 @@ Feature: Send coins 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" "" "Some memo text" + When the user fills the send form with "" "" "" And the user submits the send form Then the transaction details are presented for confirmation When the user submits the transaction by confirming @@ -20,8 +20,8 @@ Feature: Send coins Then the "" and "" are displayed on the "transactions" page Examples: - | receiverName | amount | - | Räuber Hotzenplotz | 120.50 | + | receiverName | receiverEmail | amount | memoText | + | Räuber Hotzenplotz | raeuber@hotzenplotz.de | 120.50 | Some memo text | Scenario: Receive GDD from other user Given the user is logged in as "raeuber@hotzenplotz.de" "Aa12345_"