| author | Sidharth Singh | 2012-03-26 03:41:54 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:23:38 (EDT) |
| commit | 6d85b86cb433609652f8d7de6535d5300034fb74 (patch) (side-by-side diff) | |
| tree | 24846a0de32e2564fe928b0bf081e010200c928d | |
| parent | cce24af96146bc233f41ad150d827d78e2c3aed1 (diff) | |
| download | org.eclipse.stardust.ui.web-6d85b86cb433609652f8d7de6535d5300034fb74.zip org.eclipse.stardust.ui.web-6d85b86cb433609652f8d7de6535d5300034fb74.tar.gz org.eclipse.stardust.ui.web-6d85b86cb433609652f8d7de6535d5300034fb74.tar.bz2 | |
Jira-ID: CRNT-24314
1)Changed the automation Id's for Text according to the functionality .
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@54884 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
7 files changed, 10 insertions, 9 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 58e37ec..702a800 100644 --- a/portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml +++ b/portal-common/src/main/resources/META-INF/xhtml/portalMessageDialog.xhtml @@ -45,7 +45,7 @@ <ui:repeat value="#{ippMessageDialog.detailsLines}"
var="detailLine">
<ice:outputText value="#{detailLine}" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-FW-ComMsgDlg-MsgTxt" />
<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 0aac933..dcf73d9 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,7 +52,7 @@ <ice:panelGroup>
<ice:panelGroup rendered="#{not empty dialogBean.message}">
<ice:outputText value="#{dialogBean.message}" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-ConfDlg-MsgTxt" />
</ice:panelGroup>
<ice:panelGroup rendered="#{not empty dialogBean.includePath}">
diff --git a/views-common/src/main/resources/META-INF/xhtml/dialogs/joinProcessNotificationDialog.xhtml b/views-common/src/main/resources/META-INF/xhtml/dialogs/joinProcessNotificationDialog.xhtml index 8191b89..492bbbb 100644 --- a/views-common/src/main/resources/META-INF/xhtml/dialogs/joinProcessNotificationDialog.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/dialogs/joinProcessNotificationDialog.xhtml @@ -10,7 +10,7 @@ <ice:panelGroup>
<ice:outputText value="#{joinProcessDialogBean.joinProcessMessage}"
escape="false" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-JoinProcDlg-Notification-MsgTxt" />
</ice:panelGroup>
<ice:panelGroup styleClass="clearing" />
diff --git a/views-common/src/main/resources/META-INF/xhtml/dialogs/switchNotificationTable.xhtml b/views-common/src/main/resources/META-INF/xhtml/dialogs/switchNotificationTable.xhtml index 50890f8..d377bed 100644 --- a/views-common/src/main/resources/META-INF/xhtml/dialogs/switchNotificationTable.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/dialogs/switchNotificationTable.xhtml @@ -49,23 +49,23 @@ <c:when test="#{!switchProcessDialogBean.showAbortDailog}">
<td class="autoCompTableTextCol"><ice:outputText
value="#{switchProcessTable.abortedProcessName}" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-SwitchProcDlg-AbortSrcTbl-AbortProcName" />
</td>
<td class="autoCompTableTextCol"><ice:outputText
value="#{switchProcessTable.switchedProcessName}" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-SwitchProcDlg-AbortSrcTbl-SwitchProcName" />
</td>
</c:when>
<c:otherwise>
<td class="autoCompTableTextCol"><ice:outputText
value="#{switchProcessTable.abortedProcessInstance}" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-SwitchProcDlg-AbortSrcTbl-AbortProcMsg" />
</td>
</c:otherwise>
</c:choose>
<td class="autoCompTableTextCol"><ice:outputText
value="#{switchProcessTable.statusMessage}" />
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-SwitchProcDlg-AbortSrcTbl-StatusMsg" />
</td>
</tr>
diff --git a/views-common/src/main/resources/META-INF/xhtml/dialogs/switchProcessConfirmDialog.xhtml b/views-common/src/main/resources/META-INF/xhtml/dialogs/switchProcessConfirmDialog.xhtml index 7527516..b768c7e 100644 --- a/views-common/src/main/resources/META-INF/xhtml/dialogs/switchProcessConfirmDialog.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/dialogs/switchProcessConfirmDialog.xhtml @@ -61,7 +61,7 @@ var="messageLine">
<ice:outputText value="#{messageLine}" escape="false" style="overflow:auto">
</ice:outputText>
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-SwitchProcDlg-SwitchProcMsgTxt" />
<ice:panelGroup style=" clear: both; height: 3px;" />
</c:forEach>
</ice:panelGroup>
diff --git a/views-common/src/main/resources/META-INF/xhtml/views/case/attachToCaseNotification.xhtml b/views-common/src/main/resources/META-INF/xhtml/views/case/attachToCaseNotification.xhtml index f0791fb..c4584a3 100644 --- a/views-common/src/main/resources/META-INF/xhtml/views/case/attachToCaseNotification.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/views/case/attachToCaseNotification.xhtml @@ -13,7 +13,7 @@ <ice:panelGroup styleClass="clearing" />
<ice:outputText
value="#{views_common_msgPropsBean['views.attachToCase.showCase.message']}">
- <pc:automationTag value="auto-DT-DTCol-StringVal" />
+ <pc:automationTag value="auto-COM-AttachCaseDlg-ConfirmDlg-MsgTxt" />
</ice:outputText>
</ice:panelGrid>
diff --git a/views-common/src/main/resources/META-INF/xhtml/views/case/detachCaseNotification.xhtml b/views-common/src/main/resources/META-INF/xhtml/views/case/detachCaseNotification.xhtml index 59fdcdf..3ce46c4 100644 --- a/views-common/src/main/resources/META-INF/xhtml/views/case/detachCaseNotification.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/views/case/detachCaseNotification.xhtml @@ -12,6 +12,7 @@ <ice:panelGroup styleClass="clearing" />
<ice:outputText
value="#{views_common_msgPropsBean['views.detachCase.notification.confirm']}" />
+ <pc:automationTag value="auto-COM-DetachCaseDlg-MsgTxt" />
</ice:panelGrid>
</ui:component>
|

