Merge branch 'improve-table-pagination-spec' into 'master'

Improve table pagination spec

See merge request gitlab-org/gitlab-ce!16099
This commit is contained in:
Jacob Schatz 2018-01-09 01:07:52 +00:00
commit 7b2f9af448
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ describe('Pagination component', () => {
change: spy,
});
expect(component.$el.innerHTML).not.toBeDefined();
expect(component.$el.childNodes.length).toEqual(0);
});
describe('prev button', () => {