Add data attribute for acceptance tests
[PREMIUM-145]
This commit is contained in:
committed by
Veljko V
parent
f4cfa7aba6
commit
a44df83b0b
@@ -60,7 +60,7 @@ const NoAccessInfo = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<table className="mailpoet-listing-table wp-list-table widefat">
|
<table className="mailpoet-listing-table wp-list-table widefat" data-automation-id="subscriber-stats-no-access">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{MailPoet.I18n.t('email')}</th>
|
<th>{MailPoet.I18n.t('email')}</th>
|
||||||
|
Reference in New Issue
Block a user