|
2 | 2 | "dashboard": { |
3 | 3 | "id": "dashboard", |
4 | 4 | "name": "Dashboard", |
5 | | - "description": "Introduction to Dashboard tabs", |
| 5 | + "description": "Introduction to the Dashboard tabs", |
| 6 | + "context": "osparc-test-id=dashboardTabs", |
6 | 7 | "steps": [{ |
7 | | - "anchorEl": "osparc-test-id=studiesTabBtn", |
8 | 8 | "beforeClick": { |
9 | 9 | "selector": "osparc-test-id=studiesTabBtn" |
10 | 10 | }, |
| 11 | + "anchorEl": "osparc-test-id=studiesTabBtn", |
11 | 12 | "title": "Projects", |
12 | | - "text": "Existing projects can be accessed and managed, and new projects can be created. Each project is represented by a card.", |
| 13 | + "text": "Any Project is accessible via the Dashboard. The Projects, which belong to or are shared with you, can be found here.", |
13 | 14 | "placement": "bottom" |
14 | 15 | }, { |
15 | | - "anchorEl": "osparc-test-id=templatesTabBtn", |
16 | 16 | "beforeClick": { |
17 | 17 | "selector": "osparc-test-id=templatesTabBtn" |
18 | 18 | }, |
| 19 | + "anchorEl": "osparc-test-id=templatesTabBtn", |
19 | 20 | "title": "Tutorials", |
20 | | - "text": "A set of pre-built tutorial projects with results is available to all users. When a tutorial is selected, a copy is automatically created and added to the userβs Projects tab. This new copy is editable.", |
| 21 | + "text": "Clicking on a Tutorial will create a copy of that Project, which will appear in your own Projects tab with the same name as the Tutorial. Any changes you make to this copy will not affect the original Tutorial.", |
| 22 | + "placement": "bottom" |
| 23 | + }] |
| 24 | + }, |
| 25 | + "navbar": { |
| 26 | + "id": "navbar", |
| 27 | + "name": "Navigation Bar", |
| 28 | + "description": "Introduction to the Navigation Bar", |
| 29 | + "context": "osparc-test-id=navigationBar", |
| 30 | + "steps": [{ |
| 31 | + "beforeClick": { |
| 32 | + "selector": "osparc-test-id=notificationsButton", |
| 33 | + "event": "tap" |
| 34 | + }, |
| 35 | + "anchorEl": "osparc-test-id=notificationsContainer", |
| 36 | + "text": "By clicking on the Bell, you will you see notifications about which Projects and Organizations have been shared with you.", |
| 37 | + "placement": "bottom" |
| 38 | + }, { |
| 39 | + "beforeClick": { |
| 40 | + "selector": "osparc-test-id=helpNavigationBtn", |
| 41 | + "action": "open" |
| 42 | + }, |
| 43 | + "anchorEl": "osparc-test-id=helpNavigationMenu", |
| 44 | + "text": "Under the question mark, you find Manuals, Support and ways to give us Feedback. It also provides quick access to other Guided Tours.", |
| 45 | + "placement": "left" |
| 46 | + }, { |
| 47 | + "beforeClick": { |
| 48 | + "selector": "osparc-test-id=userMenuBtn", |
| 49 | + "action": "open" |
| 50 | + }, |
| 51 | + "anchorEl": "osparc-test-id=userMenuMenu", |
| 52 | + "text": "The User Menu gives you access to Your Account, Preferences, Organizations and more.", |
| 53 | + "placement": "left" |
| 54 | + }] |
| 55 | + }, |
| 56 | + "projects": { |
| 57 | + "id": "projects", |
| 58 | + "name": "Projects", |
| 59 | + "description": "All you need to know about Project handling", |
| 60 | + "context": "osparc-test-id=studiesTabBtn", |
| 61 | + "steps": [{ |
| 62 | + "beforeClick": { |
| 63 | + "selector": "osparc-test-id=studiesTabBtn" |
| 64 | + }, |
| 65 | + "anchorEl": "osparc-test-id=startS4LButton", |
| 66 | + "title": "Start Sim4Life.lite", |
| 67 | + "text": "Clicking on this (+) Start Sim4Life.lite button, allows you to create and open a new Sim4Life.lite project", |
| 68 | + "placement": "right" |
| 69 | + }, { |
| 70 | + "anchorEl": "osparc-test-id=searchBarFilter-textField-study", |
| 71 | + "title": "Filter and Search", |
| 72 | + "text": "This tool allows you to filter Projects and Tutorials.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with", |
| 73 | + "placement": "bottom" |
| 74 | + }, { |
| 75 | + "beforeClick": { |
| 76 | + "selector": "osparc-test-id=studyItemMenuButton", |
| 77 | + "action": "open" |
| 78 | + }, |
| 79 | + "anchorEl": "osparc-test-id=studyItemMenuMenu", |
| 80 | + "title": "More options button", |
| 81 | + "text": "On the Project card, you can use the three dots button to access more information and operation on the Project.", |
| 82 | + "placement": "left" |
| 83 | + }, { |
| 84 | + "anchorEl": "osparc-test-id=updateStudyBtn", |
| 85 | + "title": "Update Services", |
| 86 | + "text": "On the Project card, you can use the Update button to update the corresponding service to the latest version.", |
21 | 87 | "placement": "bottom" |
22 | 88 | }] |
23 | 89 | } |
|
0 commit comments