-
Type:
Technical Testing
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Pages > Page Administration
-
Labels:None
-
Git Pull Request:
Test Scenarios
Test Scenarios | Test Strategy | Kind of test | Is it covered by FrontEnd ? (JS-Unit) | Is it covered by BackEnd ? (unit or integration) | Could it be covered by POSHI? |
---|---|---|---|---|---|
Can move multiple same level pages at the same level via dragging in Pages admin | Critical | Manual | No | No | Yes |
Can move multiple same level pages to different level via dragging in Pages admin | High | Manual | No | No | Yes |
Can move multiple different level pages to the same level via dragging in Pages admin | High | Manual | No | No | Yes |
Can move multiple pages via dragging in Pages admin of Staging site but cannot in Live site | Medium | Manual | No | No | Yes |
Test Cases
Case 1:
Can move multiple same level pages at the same level via dragging in Pages admin
- Add a new site
- Add a widget page named Page 1
- Add a page based on Blank and Publish named Page 2
- Add a widget page named Page 3
- Site Builder > Page Builder > Pages
- Check Page 2 and Page 3 items
- Drag the dragable handler of Page 2 to the top of Page 1 then Drop
- Assert Page 2 and Page 3 are moved to the top of Page 1
Case 2:
Can move multiple same level pages to different level via dragging in Pages admin
- Add a new site
- Add a widget page named Page 1
- Add a page based on Blank and Publish named Page 2
- Add a widget page named Page 3
- Site Builder > Page Builder > Pages
- Click Page 3 item
- Check Page 1 and Page 2 items
- Drag the dragable handler of Page 1 to the sublevel of Page 3 then Drop
- Assert Page 1 and Page 2 are moved to the sublevel of Page 3
Case 3:
Can move multiple different level pages to the same level via dragging in Pages admin
- Add a new site
- Add a widget page named Page 1
- Add a child page of Page 1 named Child Page
- Add a child page of Child Page named Child Child Page
- Add a page based on Blank and Publish named Page 2
- Site Builder > Page Builder > Pages
- Click Page 1 item
- Click Child Page item
- Check Page 2 and Child Child Page items
- Drag the dragable handler of Page 2 to the same level with Child Page then Drop
- Assert Page 2 and Child Child Page are moved to the same level with Child Page
Case 4:
Can move multiple pages via dragging in Pages admin of Staging site but cannot in Live site
- Add a new site
- Add a widget page named Page 1
- Add a page based on Blank and Publish named Page 2
- Add a widget page named Page 3
- Enable Local Live
- Navigate to the Staging site
- Site Builder > Page Builder > Pages
- Check Page 2 and Page 3 items
- Drag the dragable handler of Page 2 to the top of Page 1 then Drop
- Assert Page 2 and Page 3 are moved to the top of Page 1
- Navigate to the Live site
- Site Builder > Page Builder > Pages
- Check Page 2 and Page 3 items
- Drag the dragable handler of Page 2 to the top of Page 1 then Drop
- Assert Page 2 and Page 3 keep original position
- Assert the following error message is shown:
- Error You do not have the required permissions.