44878: removed f from describe

This commit is contained in:
Lotte Hofstede
2017-10-04 11:28:33 +02:00
parent 767c393a1d
commit 9243b29b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -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(() => {

View File

@@ -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();