Open
Description
As a customer, I want to be able to list users which will have a write access to a account setup so that information it will not be exposed to everyone in an organization
Feature: Account Access Group
As a customer, I want to be able to list users which will have a write access to a account setup so that information it will not be exposed to everyone in an organization
Scenario: Pre-defined permissions sets
When user installs a product into environment
Then new 'SUBMGT, VIEW' and 'SUBMGT, SETUP' permissions sets will be created
And 'SUBMGT, VIEW' permission set will be assigned to all users
And 'SUBMGT, SETUP' permission set will be assigned to the user who initiated an installation.
Scenario:
Given product installed into environment
When user with write permissions to Account Setup table opens Account Setup page
Then Account Setup page opens without any errors
Scenario:
Given product installed into environment
When user with read permissions to Account Setup table opens Account Setup page
Then error message informs user that he do not have permissions defined
Scenario:
Given product installed into environment
When user with write permissions to Account Setup table opens Role Center
Then subscription related notifications appear
Scenario:
Given product installed into environment
When user with read permissions to Account Setup table opens Role Center
Then subscription related notifications do not appear
Scenario:
Given product installed into environment
When user with write permissions to Account Setup table opens Account Setup page
And Sign-up for an account
Then instruction on Account Screen informs him about 'SUBMGT, SETUP' permissions set which should be defined for any user which would have edit account access
AB#7764