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_"