Skip to content

Commit

Permalink
Fix failing cypress test
Browse files Browse the repository at this point in the history
We lost this test subj during our refactor, oops
  • Loading branch information
rylnd committed Jul 29, 2020
1 parent 1a7f82b commit 4191176
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const ValueListsModalComponent: React.FC<ValueListsModalProps> = ({
<h2>{i18n.TABLE_TITLE}</h2>
</EuiText>
<EuiBasicTable
data-test-subj="value-lists-table"
columns={columns}
items={tableItems}
loading={lists.loading}
Expand Down

0 comments on commit 4191176

Please sign in to comment.