File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/ui/list
tests/e2e-playwright/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 } "
You can’t perform that action at this time.
0 commit comments