mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +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 { browser } from 'protractor';
|
||||||
import { promise } from 'selenium-webdriver';
|
import { promise } from 'selenium-webdriver';
|
||||||
|
|
||||||
fdescribe('protractor SearchPage', () => {
|
describe('protractor SearchPage', () => {
|
||||||
let page: ProtractorPage;
|
let page: ProtractorPage;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@@ -76,7 +76,7 @@ describe('SearchFormComponent', () => {
|
|||||||
|
|
||||||
expect(scopeSelect.value).toBe(testCommunity.id);
|
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'
|
// comp.query = 'Test String'
|
||||||
// fixture.detectChanges();
|
// fixture.detectChanges();
|
||||||
// spyOn(comp, 'updateSearch').and.callThrough();
|
// spyOn(comp, 'updateSearch').and.callThrough();
|
||||||
|
Reference in New Issue
Block a user