Acceptance Criteria |
Test Strategy |
Poshi test name |
- Given The Type filter modal
- When the user selects the Blogs Entry option
- Then the subtype selected appears as filter box above the Content table in the Content Dashboard, with the format "Subtype: [Blogs Entry]"
|
Critical |
FilterBySubtypeBlogsEntry |
- Given The Type filter modal
- When the user selects the Blogs Entry option + any other subtype/s
- Then the subtype Blogs + other subtypes preselected will be shown as a text with the format "[number] Subtypes selected"
|
Medium |
FilterBySubtypeBlogsEntryAndWebContent |
- Given The Filter by... > Sites and Asset Libraries
- When the user selects one site or asset library within the modal
- Then the list of contents that match the site or asset library selected is displayed, including Blogs
|
Critical |
FilterBlogBySite |
- Given The Filter and Order dropdown
- When the user selects the option Filter by Author: All
- Then the list of contents displays content from all users featured in the user's content dashboard view, including Blogs
|
Critical |
FilterBlogByAuthorAll |
- Given The Filter and Order dropdown
- When the user selects the option Filter by Author: Me
- Then the list of contents displays content where the user is the creator, including Blogs
|
Critical |
FilterBlogByAuthorMe |
- Given The Filter and Order dropdown
- When the user selects the option Filter by Author: Author
- And the user selects one or more authors
- Then the list of contents displays content where the selected users are the last editors of the approved version, including Blogs
|
Critical |
FilterBlogByAuthorOther |
- Given The Filter by... > Category
- When the user clicks on several categories and clicks Save
- Then the content list in the Content Dashboard filters accordingly, including Blogs
|
Critical |
FilterBlogByCategory |
- Given The Filter by... > Tags
- When the user clicks on several tags and clicks Save
- Then the content list in the Content Dashboard filters accordingly, including Blogs
|
Critical |
FilterBlogByTag |