Skip to content

Commit

Permalink
chore: add data-testid="default-data-list"
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 15, 2021
1 parent 957ae45 commit fb44416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const PageBuilderCategoriesDataList = () => {
refresh={listQuery.refetch}
>
{({ data }) => (
<ScrollList>
<ScrollList data-testid="default-data-list">
{data.map(item => (
<ListItem key={item.slug} selected={item.slug === slug}>
<ListItemText
Expand Down

0 comments on commit fb44416

Please sign in to comment.