From 89d0b664652a02c3b7cd05942b7b62c9f0e337cb Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 1 Sep 2020 08:24:49 +0200 Subject: [PATCH] Revert "Try to run with ocis-accounts uuids" This reverts commit e2a7a9fc01a2462bf8f288e387f1a128877d3ff7. --- .drone.star | 2 +- ui/tests/acceptance/features/accounts.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 524e96e3e7..070be6f64b 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ def main(ctx): before = [ testing(ctx), - UITests(ctx, 'master', 'fdf519acdedb7dfb70468b39af575559cdd5089b', 'fix-ocis-accounts-user-ids', 'a5753cea7a771b7bd11eb6c2f06d9182dad7d06d') + UITests(ctx, 'master', 'fdf519acdedb7dfb70468b39af575559cdd5089b', 'master', 'e0746d8d3a5879d2c0cd4aaf30c07ee98ab2b945') ] stages = [ diff --git a/ui/tests/acceptance/features/accounts.feature b/ui/tests/acceptance/features/accounts.feature index de56cb5f59..eb495aa296 100644 --- a/ui/tests/acceptance/features/accounts.feature +++ b/ui/tests/acceptance/features/accounts.feature @@ -1,7 +1,7 @@ Feature: Accounts Scenario: list accounts - Given user "058bff95-6708-4fe5-91e4-9ea3d377588b" has logged in using the webUI + Given user "Moss" 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 @@ -10,7 +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 logged in using the webUI + Given user "Moss" 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