|
1 | 1 | { |
| 2 | + "projects": { |
| 3 | + "id": "projects", |
| 4 | + "name": "Projects", |
| 5 | + "description": "All you need to know about Project handling", |
| 6 | + "context": "osparc-test-id=newPlusBtn", |
| 7 | + "steps": [{ |
| 8 | + "beforeClick": { |
| 9 | + "selector": "osparc-test-id=newPlusBtn", |
| 10 | + "action": "open" |
| 11 | + }, |
| 12 | + "anchorEl": "osparc-test-id=newPlusMenu", |
| 13 | + "title": "Start Sim4Life and more", |
| 14 | + "text": "Clicking on the (+) New button, allows you to create new Sim4Life projects or new Folders to organize the projects", |
| 15 | + "placement": "right" |
| 16 | + }, { |
| 17 | + "anchorEl": "osparc-test-id=searchBarFilter-textField-study", |
| 18 | + "title": "Filter and Search", |
| 19 | + "text": "This tool allows you to search Projects, Tutorials and Services.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with", |
| 20 | + "placement": "bottom" |
| 21 | + }, { |
| 22 | + "beforeClick": { |
| 23 | + "selector": "osparc-test-id=studyItemMenuButton", |
| 24 | + "action": "open" |
| 25 | + }, |
| 26 | + "anchorEl": "osparc-test-id=studyItemMenuMenu", |
| 27 | + "title": "More options button", |
| 28 | + "text": "On the Project card, you can use the three dots button to access more information and operation on the Project.", |
| 29 | + "placement": "left" |
| 30 | + }, { |
| 31 | + "anchorEl": "osparc-test-id=updateStudyBtn", |
| 32 | + "title": "Update Services", |
| 33 | + "text": "On the Project card, you can use the Update button to update the corresponding service to the latest version.", |
| 34 | + "placement": "bottom" |
| 35 | + }] |
| 36 | + }, |
2 | 37 | "dashboard": { |
3 | 38 | "id": "dashboard", |
4 | 39 | "name": "Dashboard", |
|
28 | 63 | "selector": "osparc-test-id=servicesTabBtn" |
29 | 64 | }, |
30 | 65 | "anchorEl": "osparc-test-id=servicesTabBtn", |
31 | | - "text": "Every Project in Sim4Life is composed of at lease one so-called Service.<br>Services are building blocks for Projects and can provide data/files, visualize results (2D, 3D), implement code in Jupyter notebooks or perform computations to execute simulations within a Project.", |
| 66 | + "text": "Every Project in Sim4Life is composed of at least one so-called Service.<br>Services are building blocks for Projects and can provide data/files, visualize results (2D, 3D), implement code in Jupyter notebooks or perform computations to execute simulations within a Project.", |
32 | 67 | "placement": "bottom" |
33 | 68 | }] |
34 | 69 | }, |
|
62 | 97 | "text": "The User Menu gives you access to Your Account, Billing Center, Preferences, Organizations and more.", |
63 | 98 | "placement": "left" |
64 | 99 | }] |
65 | | - }, |
66 | | - "projects": { |
67 | | - "id": "projects", |
68 | | - "name": "Projects", |
69 | | - "description": "All you need to know about Project handling", |
70 | | - "context": "osparc-test-id=studiesTabBtn", |
71 | | - "steps": [{ |
72 | | - "beforeClick": { |
73 | | - "selector": "osparc-test-id=studiesTabBtn" |
74 | | - }, |
75 | | - "anchorEl": "osparc-test-id=startS4LButton", |
76 | | - "title": "Start Sim4Life", |
77 | | - "text": "Clicking on this (+) Start Sim4Life button, allows you to create and open a new Sim4Life project", |
78 | | - "placement": "right" |
79 | | - }, { |
80 | | - "anchorEl": "osparc-test-id=searchBarFilter-textField-study", |
81 | | - "title": "Filter and Search", |
82 | | - "text": "This tool allows you to filter Projects, Tutorials and Services.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with", |
83 | | - "placement": "bottom" |
84 | | - }, { |
85 | | - "beforeClick": { |
86 | | - "selector": "osparc-test-id=studyItemMenuButton", |
87 | | - "action": "open" |
88 | | - }, |
89 | | - "anchorEl": "osparc-test-id=studyItemMenuMenu", |
90 | | - "title": "More options button", |
91 | | - "text": "On the Project card, you can use the three dots button to access more information and operation on the Project.", |
92 | | - "placement": "left" |
93 | | - }, { |
94 | | - "anchorEl": "osparc-test-id=updateStudyBtn", |
95 | | - "title": "Update Services", |
96 | | - "text": "On the Project card, you can use the Update button to update the corresponding service to the latest version.", |
97 | | - "placement": "bottom" |
98 | | - }] |
99 | 100 | } |
100 | 101 | } |
0 commit comments