Skip to content

Commit 7877fa5

Browse files
committed
serviceBrowserListItem -> listItem
1 parent 13d45d1 commit 7877fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/ui/list/ListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ qx.Class.define("osparc.ui.list.ListItem", {
207207
}
208208
const parts = value.split("/");
209209
const id = parts.pop();
210-
osparc.utils.Utils.setIdToWidget(this, "serviceBrowserListItem_"+id);
210+
osparc.utils.Utils.setIdToWidget(this, "listItem_"+id);
211211
},
212212

213213
_applyThumbnail: function(value) {

tests/e2e-playwright/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def _(
584584
_textbox = page.get_by_test_id("searchBarFilter-textField-service")
585585
_textbox.fill(service_name)
586586
_textbox.press("Enter")
587-
test_id = f"serviceBrowserListItem_simcore/services/{'dynamic' if service_type is ServiceType.DYNAMIC else 'comp'}"
587+
test_id = f"listItem_simcore/services/{'dynamic' if service_type is ServiceType.DYNAMIC else 'comp'}"
588588
if service_key_prefix:
589589
test_id = f"{test_id}/{service_key_prefix}"
590590
test_id = f"{test_id}/{service_name}"

0 commit comments

Comments
 (0)