Use data attributes as selector in test
[MAILPOET-1970]
This commit is contained in:
@@ -169,10 +169,16 @@
|
||||
<%= __("Gmail, Yahoo and other email providers will treat your emails like spam if your subscribers don't open your emails in the long run. This option will mark your subscribers as Inactive and MailPoet will stop sending to them.") %>
|
||||
</p>
|
||||
</th>
|
||||
<td class="mailpoet_inactive_subscribers_disabled<% if (settings.tracking.enabled) %> mailpoet_hidden<% endif %>">
|
||||
<td
|
||||
class="mailpoet_inactive_subscribers_disabled<% if (settings.tracking.enabled) %> mailpoet_hidden<% endif %>"
|
||||
data-automation-id="inactive-subscribers-disabled"
|
||||
>
|
||||
<p><i><%= __('This option is disabled because tracking is disabled.') %></i></p>
|
||||
</td>
|
||||
<td class="mailpoet_inactive_subscribers_enabled<% if not(settings.tracking.enabled) %> mailpoet_hidden<% endif %>">
|
||||
<td
|
||||
class="mailpoet_inactive_subscribers_enabled<% if not(settings.tracking.enabled) %> mailpoet_hidden<% endif %>"
|
||||
data-automation-id="inactive-subscribers-enabled"
|
||||
>
|
||||
<p>
|
||||
<label>
|
||||
<input
|
||||
|
Reference in New Issue
Block a user