File size: 2,708 Bytes
e727079 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | {
"link": "https://forum.shopware.com/",
"topic": "community",
"framework": "Ember",
"1": {
"src": "0",
"dst": "1",
"action": "click on the \"登录\" button",
"description": "after clicking on the button, turn to the log-in page",
"tag type": [
"button",
"link"
],
"visual type": [
"new page"
]
},
"2": {
"src": "2",
"dst": "3",
"action": "click on the magnifier button",
"description": "after clicking on the button, a query bar show up",
"tag type": [
"button"
],
"visual type": [
"new component"
]
},
"3": {
"src": "4",
"dst": "5",
"action": "click on the menu button",
"description": "after clicking on the button, a dropdown list of setting shows up",
"tag type": [
"button",
"select"
],
"visual type": [
"new component"
]
},
"4": {
"src": "6",
"dst": "7",
"action": "click on the \"最新\" button",
"description": "after clicking on the button, the community posts will be aranged in time order",
"tag type": [
"button"
],
"visual type": [
"new component"
]
},
"5": {
"src": "8",
"dst": "9",
"action": "click on the \"类别\" button",
"description": "after clicking on the button, a query bar and a selection list will pop out with post-category options",
"tag type": [
"button",
"select"
],
"visual type": [
"new component"
]
},
"6": {
"src": "10",
"dst": "11",
"action": "click on the \"标签\" button",
"description": "after clicking on the button, a query bar and a selection list will pop out with post-label options",
"tag type": [
"button",
"select"
],
"visual type": [
"new component"
]
},
"7": {
"src": "12",
"dst": "13",
"action": "click on the one of the category options",
"description": "after clicking on the option \"Shopware 6\", the category will be shown in the \"类别\" selection and the posts with the corresponding category will be shown",
"tag type": [
"button",
"select",
"option"
],
"visual type": [
"new component"
]
}
} |