From fdfd4040b75d3d396da9e252e866c23909e1141b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 5 Nov 2020 13:05:34 +0100 Subject: [PATCH] skip accounts web ui tests, as users can list themselves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- accounts/ui/tests/acceptance/features/accounts.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accounts/ui/tests/acceptance/features/accounts.feature b/accounts/ui/tests/acceptance/features/accounts.feature index e0aafc6ff..6a10cec45 100644 --- a/accounts/ui/tests/acceptance/features/accounts.feature +++ b/accounts/ui/tests/acceptance/features/accounts.feature @@ -18,11 +18,13 @@ Feature: Accounts When the user reloads the current page of 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 Given user "Marie" has logged in using the webUI When the user browses to the accounts page 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 Given user "Moss" has logged in using the webUI When the user browses to the accounts page