Acceptance Criteria |
Test Strategy |
Poshi test |
- Given a blog created in site A in the instance, and another one created in the site B
- When the user goes to the content dashboard
- Then the user can see both listed
|
Critical |
BlogsFromDifferentSitesAreListed |
- Given the Content Dashboard
- When a blog is listed in the assets list
- Then the following metadata are shown: Title, Author (Owner), Type, Site or Asset Library, Status, Category 1, Category 2, Modified Date
|
Medium |
BlogsMetadata |
- Given a blog with an associated Display Page Template
- When the user with edit permissions clicks on the Edit button
- Then the user is led to the edit mode
|
High |
EditBlog |
- Given a blog with an associated Display Page Template
- When the user with permissions clicks on the Metrics button
- Then the user is led to the metrics panel
|
High |
ViewMetricsButtonKebabWhenBlogHasDPT |
- Given a user with NO permissions to edit
- And a Blog entry that is not associated with a Display Page Template
- When the user clicks on the title link in the content dashboard
- Then the user cannot click on the title
|
High |
ClickTitleBlogNoDPTWithNoPermissions |
- Given a user with permissions to edit
- And a Blog entry that is not associated with a Display Page Template
- When the user clicks on the title link in the content dashboard
- Then the user is led to the edit mode
|
High |
ClickTitleBlogNoDPTWithPermissions |
- Given a user with NO permissions to edit
- And a Blog entry that is associated with a Display Page Template
- When the user clicks on the title link in the content dashboard
- Then the user should be led to a preview of the Display Page Template, with no editing options
|
High |
ClickTitleBlogDPTWithNoPermissions |
- Given a user with permissions to edit
- And a Blog entry that is associated with a Display Page Template
- When the user clicks on the title link in the content dashboard
- Then the user is led to a preview of the Display Page Template with editing options
|
High |
ClickTitleBlogDPTWithPermissions |
- Given a blog with at least one category in one of the vocabularies featured in the graph
- When the user views the content dashboard
- Then the document is counted as an asset in the graph
|
High |
BlogWithOneCategory |