Skip to content

Commit c509bea

Browse files
committed
adds test ids
1 parent 2903e09 commit c509bea

File tree

1 file changed

+2
-0
lines changed
  • services/static-webserver/client/source/class/osparc/product

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/product/TIPTeaser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ qx.Class.define("osparc.product.TIPTeaser", {
3636

3737
this.getChildControl("teaser-text");
3838

39+
osparc.utils.Utils.setIdToWidget(self, "tipTeaserWindow");
40+
3941
const closeBtn = this.getChildControl("close-button");
4042
osparc.utils.Utils.setIdToWidget(closeBtn, "tipTeaserWindowCloseBtn");
4143
},

0 commit comments

Comments
 (0)