From c0e230fa7ff3afa9e4f0cbab891c24036798772f Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 31 Aug 2020 14:03:40 +0200 Subject: [PATCH] Remove user creation step. Used user is already created. --- ui/tests/acceptance/features/accounts.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/tests/acceptance/features/accounts.feature b/ui/tests/acceptance/features/accounts.feature index 55395aaef9..de56cb5f59 100644 --- a/ui/tests/acceptance/features/accounts.feature +++ b/ui/tests/acceptance/features/accounts.feature @@ -1,8 +1,7 @@ Feature: Accounts Scenario: list accounts - Given user "058bff95-6708-4fe5-91e4-9ea3d377588b" has been created with default attributes - And user "058bff95-6708-4fe5-91e4-9ea3d377588b" has logged in using the webUI + Given user "058bff95-6708-4fe5-91e4-9ea3d377588b" has logged in using the webUI When the user browses to the accounts page Then user "einstein" should be displayed in the accounts list on the WebUI And user "konnectd" should be displayed in the accounts list on the WebUI @@ -11,8 +10,7 @@ Feature: Accounts And user "richard" should be displayed in the accounts list on the WebUI Scenario: change users role - Given user "058bff95-6708-4fe5-91e4-9ea3d377588b" has been created with default attributes - And user "058bff95-6708-4fe5-91e4-9ea3d377588b" has logged in using the webUI + Given user "058bff95-6708-4fe5-91e4-9ea3d377588b" has logged in using the webUI When the user browses to the accounts page Then user "einstein" should be displayed in the accounts list on the WebUI When the user changes the role of user "einstein" to "Admin" using the WebUI