BO - Advanced parameters - Team - Roles - CRUD

Details

Steps

Step Description Expected result
go to ‘Advanced parameters > Team > Roles page title contains ‘Roles’
reset filter Total of Roles > 0
go to add new Role title contains ‘New Role’
create Role
Criteria :
name: faker.name.jobType() from faker
Successful message is displayed
Number of Roles = Total of Roles + 1
Filter list by new name Number of Roles < Total of Roles + 1
all rows column ’name’ contain the new name
Go to edit Roles page title contains ‘Editing’
update Role
Criteria :
name: faker.name.jobType() from faker
Successful update message is displayed
Filter list by new name Number of Roles < Total of Roles + 1
all rows column ’name’ contain the updated name
Delete Role Successful message is displayed
Number of Roles = Total of Roles
reset filter Total of Roles > 0