Commit 7b2f9af4 authored by Jacob Schatz's avatar Jacob Schatz

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

Improve table pagination spec

See merge request gitlab-org/gitlab-ce!16099
parents bd50ecba 365c0c63
......@@ -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', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment