Try to run with ocis-accounts uuids

This commit is contained in:
Benedikt Kulmann
2020-08-31 11:47:30 +02:00
parent 03621d42a0
commit e2a7a9fc01
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
def main(ctx):
before = [
testing(ctx),
UITests(ctx, 'master', 'fdf519acdedb7dfb70468b39af575559cdd5089b', 'master', 'e0746d8d3a5879d2c0cd4aaf30c07ee98ab2b945')
UITests(ctx, 'master', 'fdf519acdedb7dfb70468b39af575559cdd5089b', 'fix-ocis-accounts-user-ids', 'a5753cea7a771b7bd11eb6c2f06d9182dad7d06d')
]
stages = [
@@ -1,8 +1,8 @@
Feature: Accounts
Scenario: list accounts
Given user "Moss" has been created with default attributes
And user "Moss" has logged in using the webUI
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
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 +11,8 @@ Feature: Accounts
And user "richard" should be displayed in the accounts list on the WebUI
Scenario: change users role
Given user "Moss" has been created with default attributes
And user "Moss" has logged in using the webUI
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
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