mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
44878: removed f from describe
This commit is contained in:
@@ -2,7 +2,7 @@ import { ProtractorPage } from './search-page.po';
|
||||
import { browser } from 'protractor';
|
||||
import { promise } from 'selenium-webdriver';
|
||||
|
||||
fdescribe('protractor SearchPage', () => {
|
||||
describe('protractor SearchPage', () => {
|
||||
let page: ProtractorPage;
|
||||
|
||||
beforeEach(() => {
|
||||
|
@@ -76,7 +76,7 @@ describe('SearchFormComponent', () => {
|
||||
|
||||
expect(scopeSelect.value).toBe(testCommunity.id);
|
||||
}));
|
||||
// fit('should call updateSearch when clicking the submit button with correct parameters', fakeAsync(() => {
|
||||
// it('should call updateSearch when clicking the submit button with correct parameters', fakeAsync(() => {
|
||||
// comp.query = 'Test String'
|
||||
// fixture.detectChanges();
|
||||
// spyOn(comp, 'updateSearch').and.callThrough();
|
||||
|
Reference in New Issue
Block a user