skip accounts web ui tests, as users can list themselves
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -18,11 +18,13 @@ Feature: Accounts
|
|||||||
When the user reloads the current page of the webUI
|
When the user reloads the current page of the webUI
|
||||||
Then the displayed role of user "einstein" should be "Admin" on the WebUI
|
Then the displayed role of user "einstein" should be "Admin" on the WebUI
|
||||||
|
|
||||||
|
@skip @issue-product-167
|
||||||
Scenario: regular user should not be able to see accounts list
|
Scenario: regular user should not be able to see accounts list
|
||||||
Given user "Marie" has logged in using the webUI
|
Given user "Marie" has logged in using the webUI
|
||||||
When the user browses to the accounts page
|
When the user browses to the accounts page
|
||||||
Then the user should not be able to see the accounts list on the WebUI
|
Then the user should not be able to see the accounts list on the WebUI
|
||||||
|
|
||||||
|
@skip @issue-product-167
|
||||||
Scenario: guest user should not be able to see accounts list
|
Scenario: guest user should not be able to see accounts list
|
||||||
Given user "Moss" has logged in using the webUI
|
Given user "Moss" has logged in using the webUI
|
||||||
When the user browses to the accounts page
|
When the user browses to the accounts page
|
||||||
|
|||||||
Reference in New Issue
Block a user