From febc18a85da5b4f48233b086ab5fc56deefada56 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 20 Jun 2023 16:35:52 +0200 Subject: [PATCH] adaptreceive coins test to language dependency --- e2e-tests/cypress/e2e/SendCoins.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e-tests/cypress/e2e/SendCoins.feature b/e2e-tests/cypress/e2e/SendCoins.feature index ae79c4a6e..f9762e825 100644 --- a/e2e-tests/cypress/e2e/SendCoins.feature +++ b/e2e-tests/cypress/e2e/SendCoins.feature @@ -3,11 +3,11 @@ Feature: Send coins I want to send and receive GDD I want to see transaction details on overview and transactions pages - # Background: - # Given the following "users" are in the database: - # | email | password | name | - # | bob@baumeister.de | Aa12345_ | Bob Baumeister | - # | raeuber@hotzenplotz.de | Aa12345_ | Räuber Hotzenplotz | + Background: + Given the following "users" are in the database: + | email | password | name | + | 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_"