Add data attribute for acceptance tests

[PREMIUM-145]
This commit is contained in:
Rostislav Wolny
2020-09-01 14:50:36 +02:00
committed by Veljko V
parent f4cfa7aba6
commit a44df83b0b

View File

@@ -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>