mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Add pagination component
This commit is contained in:
@@ -58,7 +58,7 @@ describe('HeaderComponent', () => {
|
||||
});
|
||||
|
||||
it("should close the menu", () => {
|
||||
expect(menu.classList).not.toContain('in');
|
||||
expect(menu.classList).not.toContain('show');
|
||||
});
|
||||
|
||||
});
|
||||
@@ -73,7 +73,7 @@ describe('HeaderComponent', () => {
|
||||
});
|
||||
|
||||
it("should open the menu", () => {
|
||||
expect(menu.classList).toContain('in');
|
||||
expect(menu.classList).toContain('show');
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user