Skip to content

Commit

Permalink
Merge pull request #6209 from ShanChathusanda93/parent-user-invite-ac…
Browse files Browse the repository at this point in the history
…cept-UI-branch

Update the testid of the invitation accept page
  • Loading branch information
ShanChathusanda93 authored May 8, 2024
2 parents e1d6dee + d0be112 commit 46ad458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-eyes-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/identity-apps-core": patch
---

Update the testid of the invitation accept page
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<layout:component componentName="MainSection" >
<% if(acceptApiResponse.equalsIgnoreCase("SUCCESS")) { %>
<div class="ui green segment mt-3 attached">
<h3 class="ui header text-center slogan-message mt-4 mb-6" data-testid="password-reset-complete-page-header">
<h3 class="ui header text-center slogan-message mt-4 mb-6" data-componentid="user-invitation-accept-page-header">
<%=IdentityManagementEndpointUtil.i18n(recoveryResourceBundle,"invitation.accepted")%>
</h3>
<p class="portal-tagline-description">
Expand All @@ -132,7 +132,7 @@
</div>
<% } else { %>
<div class="ui orange segment mt-3 attached">
<h3 class="ui header text-center slogan-message mt-4 mb-6" data-testid="password-reset-complete-page-header">
<h3 class="ui header text-center slogan-message mt-4 mb-6" data-componentid="user-invitation-accept-page-header">
<%=IdentityManagementEndpointUtil.i18n(recoveryResourceBundle,"invitation.not.active")%>
</h3>
<p class="portal-tagline-description">
Expand Down

0 comments on commit 46ad458

Please sign in to comment.