mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
127047: Remove unnecessary CSS variable from spec setup
This commit is contained in:
@@ -57,8 +57,6 @@ describe('SubmissionEditComponent Component', () => {
|
||||
const submissionObject: any = mockSubmissionObject;
|
||||
|
||||
beforeEach(waitForAsync(() => {
|
||||
// Fix for missing CSS custom property
|
||||
document.documentElement.style.setProperty('--bs-xl', '1200');
|
||||
itemDataService = jasmine.createSpyObj('itemDataService', {
|
||||
findByHref: createSuccessfulRemoteDataObject$(submissionObject.item),
|
||||
});
|
||||
|
Reference in New Issue
Block a user