Skip to content

Commit 55e5544

Browse files
authored
Merge pull request #6628 from Countly/can-angun-patch-1
Add data-test-id attributes to email template
2 parents d55cd3e + 447585e commit 55e5544

File tree

1 file changed

+2
-2
lines changed
  • plugins/dashboards/frontend/public/templates

1 file changed

+2
-2
lines changed

plugins/dashboards/frontend/public/templates/email.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<td style="padding: 30px 0px 30px 0px;" class="logo" align="center">
8181
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
8282
<tr>
83-
<td bgcolor="#ffffff" width="100" align="left"><a href="<%= version.page %>" target="_blank"><img alt="Logo" src="<%= typeof localhost !== 'undefined' ? localhost : host %>/images/pre-login/countly-logo-dark.png" width="150" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #666666; font-size: 16px;" border="0"></a></td>
83+
<td bgcolor="#ffffff" width="100" align="left"><a href="<%= version.page %>" target="_blank"><img alt="Logo" src="<%= typeof localhost !== 'undefined' ? localhost : host %>/images/pre-login/countly-logo-dark.png" width="150" style="display: block; font-family: Helvetica, Arial, sans-serif; color: #666666; font-size: 16px;" border="0" data-test-id="countly-logo"></a></td>
8484
</tr>
8585
</table>
8686
</td>
@@ -99,7 +99,7 @@
9999
<td>
100100
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
101101
<tr>
102-
<td align="center" style="padding-top: 0px;" ><img alt="Dashboard" src="<%= typeof localhost !== 'undefined' ? localhost : host %>/dashboards/images/screenshots/<%= image.name %>" width="750" style="display: block;" border="0" data-test-id="report-image"></img></td>
102+
<td align="center" style="padding-top: 0px;" ><img alt="Dashboard" src="<%= typeof localhost !== 'undefined' ? localhost : host %>/dashboards/images/screenshots/<%= image.name %>" width="750" style="display: block;" border="0" data-test-id="dashboard-image"></img></td>
103103
</tr>
104104
</table>
105105
</td>

0 commit comments

Comments
 (0)