| author | Sidharth Singh | 2012-03-23 05:21:44 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:23:19 (EDT) |
| commit | 3d1f1fd77efe49ab98c89d839bf1e4e79a2c7a4f (patch) (side-by-side diff) | |
| tree | b3d64fbd2c2ff66b057ce68d9c78a77ca8cce150 | |
| parent | 44142318b9a57cf2f45ffbb8c79ac2208ca0af65 (diff) | |
| download | org.eclipse.stardust.ui.web-3d1f1fd77efe49ab98c89d839bf1e4e79a2c7a4f.zip org.eclipse.stardust.ui.web-3d1f1fd77efe49ab98c89d839bf1e4e79a2c7a4f.tar.gz org.eclipse.stardust.ui.web-3d1f1fd77efe49ab98c89d839bf1e4e79a2c7a4f.tar.bz2 | |
Jira-ID: CRNT-21945
1)Added automation Id for portalMessageDialog.xhtml text message and confirmationDialog.xhtml message.
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@54819 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml | 1 | ||||
| -rw-r--r-- | portal-common/src/main/resources/META-INF/xhtml/views/dialog/confirmationDialog.xhtml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml b/portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml index 643ab3f..58e37ec 100644 --- a/portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml +++ b/portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml @@ -45,6 +45,7 @@ <ui:repeat value="#{ippMessageDialog.detailsLines}"
var="detailLine">
<ice:outputText value="#{detailLine}" />
+ <pc:automationTag value="auto-DT-DTCol-StringVal" />
<ice:panelGroup styleClass="clearing" />
</ui:repeat>
</ice:panelGroup>
diff --git a/portal-common/src/main/resources/META-INF/xhtml/views/dialog/confirmationDialog.xhtml b/portal-common/src/main/resources/META-INF/xhtml/views/dialog/confirmationDialog.xhtml index 4711399..0aac933 100644 --- a/portal-common/src/main/resources/META-INF/xhtml/views/dialog/confirmationDialog.xhtml +++ b/portal-common/src/main/resources/META-INF/xhtml/views/dialog/confirmationDialog.xhtml @@ -52,6 +52,7 @@ <ice:panelGroup>
<ice:panelGroup rendered="#{not empty dialogBean.message}">
<ice:outputText value="#{dialogBean.message}" />
+ <pc:automationTag value="auto-DT-DTCol-StringVal" />
</ice:panelGroup>
<ice:panelGroup rendered="#{not empty dialogBean.includePath}">
|

