Run ui tests as our default admin user

This commit is contained in:
Benedikt Kulmann
2020-08-31 10:18:13 +02:00
parent f689eff081
commit 03621d42a0
2 changed files with 5 additions and 5 deletions
@@ -1,8 +1,8 @@
Feature: Accounts
Scenario: list accounts
Given user "user1" has been created with default attributes
And user "user1" has logged in using the webUI
Given user "Moss" has been created with default attributes
And 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
@@ -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 "user1" has been created with default attributes
And user "user1" has logged in using the webUI
Given user "Moss" has been created with default attributes
And 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