|
21 | 21 | "text": "Clicking on a Tutorial will create a copy of that Study, which will appear in your own Project ts tab with thee same name as the Tutorial. Any changes you make to this copy will not affect the original Tutorial.", |
22 | 22 | "placement": "bottom" |
23 | 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 what Studies, Credits and Organizations.", |
| 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, Billing Center, 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", |
| 67 | + "text": "Clicking on this (+) Start Sim4Life button, allows you to create and open a new Sim4Life 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, Tutorials and Services.<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.", |
| 87 | + "placement": "bottom" |
| 88 | + }] |
24 | 89 | } |
25 | 90 | } |
0 commit comments