Create forms delete acceptance tests

[MQ-50]
This commit is contained in:
Pavel Dohnal
2018-07-12 11:41:36 +01:00
parent 255422e908
commit 4229ba87f3
5 changed files with 112 additions and 2 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>