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:
commit
7b2f9af448
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe('Pagination component', () => {
|
||||||
change: spy,
|
change: spy,
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(component.$el.innerHTML).not.toBeDefined();
|
expect(component.$el.childNodes.length).toEqual(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('prev button', () => {
|
describe('prev button', () => {
|
||||||
|
|
Loading…
Reference in a new issue