Merge pull request #1432 from mailpoet/forms-delete-at

Forms delete acceptance test [MQ-50]
This commit is contained in:
Michelle Shull
2018-07-18 08:26:37 -04:00
committed by GitHub
7 changed files with 140 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ class ListingGroups extends React.Component {
href="javascript:;"
className={classes}
onClick={() => this.handleSelect(group.name)}
data-automation-id={`filters_${group.label.replace(' ', '_').toLowerCase()}`}
>
{group.label}
<span className="count">({ parseInt(group.count, 10).toLocaleString() })</span>