From f196b57cb4cfb6cf32be920d0a2ab3a91036ccfb Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 25 Jan 2018 10:49:28 +0300 Subject: [PATCH] [DE] Added button id for tests. --- apps/documenteditor/main/app/view/Links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js index 896d07fa0..c8eab50c1 100644 --- a/apps/documenteditor/main/app/view/Links.js +++ b/apps/documenteditor/main/app/view/Links.js @@ -122,6 +122,7 @@ define([ /x-huge/.test(el.className) && (_cls += ' x-huge icon-top'); var button = new Common.UI.Button({ + id: "id-toolbar-" + iconCls + index, cls: _cls, iconCls: iconCls, caption: caption,