remove focus test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a528161b93
commit
4f799d3e00
|
@ -1,6 +1,6 @@
|
|||
import './index';
|
||||
|
||||
fdescribe('Supplier', () => {
|
||||
describe('Supplier', () => {
|
||||
describe('Component vnSupplierSummary', () => {
|
||||
let controller;
|
||||
let $httpBackend;
|
||||
|
@ -15,7 +15,7 @@ fdescribe('Supplier', () => {
|
|||
controller = $componentController('vnSupplierSummary', {$element, $scope});
|
||||
}));
|
||||
|
||||
fdescribe('getSummary()', () => {
|
||||
describe('getSummary()', () => {
|
||||
it('should perform a get asking for the supplier data', () => {
|
||||
controller.supplier = {id: 1};
|
||||
|
||||
|
|
Loading…
Reference in New Issue