Skip to content

Commit 0f4b886

Browse files
committed
osparc -> studies
1 parent 2904289 commit 0f4b886

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
7070
spacingX: 20,
7171
});
7272

73+
osparc.utils.Utils.setIdToWidget(this, "newPlusMenu");
74+
7375
this.getContentElement().setStyles({
7476
"border-color": qx.theme.manager.Color.getInstance().resolve("strong-main"),
7577
});

services/static-webserver/client/source/resource/osparc/tours/osparc_tours.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,20 @@
7474
"id": "studies",
7575
"name": "Studies",
7676
"description": "All you need to know about Study handling",
77-
"context": "osparc-test-id=studiesTabBtn",
77+
"context": "osparc-test-id=newPlusBtn",
7878
"steps": [{
7979
"beforeClick": {
80-
"selector": "osparc-test-id=studiesTabBtn"
80+
"selector": "osparc-test-id=newPlusBtn",
81+
"action": "open"
8182
},
82-
"anchorEl": "osparc-test-id=startS4LButton",
83-
"title": "Start Sim4Life",
84-
"text": "Clicking on this (+) Start Sim4Life button, allows you to create and open a new Sim4Life project",
83+
"anchorEl": "osparc-test-id=newPlusMenu",
84+
"title": "Create Studies",
85+
"text": "Clicking on the plus (+) button, allows you to create New Studies or New Folders to organize the studies",
8586
"placement": "right"
8687
}, {
8788
"anchorEl": "osparc-test-id=searchBarFilter-textField-study",
8889
"title": "Filter and Search",
89-
"text": "This tool allows you to filter Studies, Tutorials and Services.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with",
90+
"text": "This tool allows you to search Studies, Tutorials and Services.<br>You can search and filter by:<br>- Title, description, owner, id...<br>- Tags<br>- Shared with",
9091
"placement": "bottom"
9192
}, {
9293
"beforeClick": {

0 commit comments

Comments
 (0)