mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
114599: Updated the e2e tests so they succeed
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { AsyncPipe, NgIf } from '@angular/common';
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
import {
|
||||
@@ -16,7 +19,6 @@ import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/crea
|
||||
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
|
||||
import { NotificationsService } from '../../shared/notifications/notifications.service';
|
||||
import { CollectionFormComponent } from '../collection-form/collection-form.component';
|
||||
import { LoadingComponent } from '../../../themes/custom/app/shared/loading/loading.component';
|
||||
|
||||
/**
|
||||
* Component that represents the page where a user can create a new Collection
|
||||
@@ -30,7 +32,6 @@ import { LoadingComponent } from '../../../themes/custom/app/shared/loading/load
|
||||
TranslateModule,
|
||||
AsyncPipe,
|
||||
ThemedLoadingComponent,
|
||||
LoadingComponent,
|
||||
NgIf,
|
||||
],
|
||||
standalone: true,
|
||||
|
Reference in New Issue
Block a user