Skip to content

Commit

Permalink
[ILM] Updated the test description
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Aug 5, 2021
1 parent 27be012 commit 9e318c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('policy table', () => {
rendered.update();
snapshot(getPolicyNames(rendered));
});
test('shows more when per page value is increased', () => {
test('shows more policies when "Rows per page" value is increased', () => {
const rendered = mountWithIntl(component);
const perPageButton = rendered.find('EuiTablePagination EuiPopover').find('button');
perPageButton.simulate('click');
Expand Down

0 comments on commit 9e318c7

Please sign in to comment.