Purpose: To refine the Permission set CRUD in settings so that, untitled and newly created permission sets don't display "Permission Set f7f66744-d924-4fd8-b8db-eba87c12cd46" or similar in the header. Also, to remove the "permission set" prefix which displays, as it's not necessary and could be problematic with longer strings.
Scenarios
Scenario
Given the Permission set CRUD in Settings
When I have clicked the + icon to create a new set
Then the detail page header should read "Untitled" (no need for the "Permission Set" prefix)
Scenario
Given any permission set displaying as "Untitled Permission Set" in the list panel in Settings
When I click to view the permission set
Then the detail page header should read "Untitled"
Scenario
Given any permission set with a specified title
When I click to view the permission set
Then the detail page header should read display the permission set title (again, no need for the "Permission Set" prefix)
Environment
None
Potential Workaround
None
Checklist
hide
TestRail: Results
Activity
Show:
Cate Boerema June 7, 2017 at 9:45 AM
Thanks . This looks good in demo-test. I'm marking demo15.
Purpose: To refine the Permission set CRUD in settings so that, untitled and newly created permission sets don't display "Permission Set f7f66744-d924-4fd8-b8db-eba87c12cd46" or similar in the header. Also, to remove the "permission set" prefix which displays, as it's not necessary and could be problematic with longer strings.
Scenarios
Scenario
Given the Permission set CRUD in Settings
When I have clicked the + icon to create a new set
Then the detail page header should read "Untitled" (no need for the "Permission Set" prefix)
Scenario
Given any permission set displaying as "Untitled Permission Set" in the list panel in Settings
When I click to view the permission set
Then the detail page header should read "Untitled"
Scenario
Given any permission set with a specified title
When I click to view the permission set
Then the detail page header should read display the permission set title (again, no need for the "Permission Set" prefix)