From 2879cd79df9b43345b758a0ae47d1ca318ab2a72 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 4be341615..75049c83f 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_"