remove focus test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-01-07 08:10:13 +01:00
parent a528161b93
commit 4f799d3e00
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import './index'; import './index';
fdescribe('Supplier', () => { describe('Supplier', () => {
describe('Component vnSupplierSummary', () => { describe('Component vnSupplierSummary', () => {
let controller; let controller;
let $httpBackend; let $httpBackend;
@ -15,7 +15,7 @@ fdescribe('Supplier', () => {
controller = $componentController('vnSupplierSummary', {$element, $scope}); controller = $componentController('vnSupplierSummary', {$element, $scope});
})); }));
fdescribe('getSummary()', () => { describe('getSummary()', () => {
it('should perform a get asking for the supplier data', () => { it('should perform a get asking for the supplier data', () => {
controller.supplier = {id: 1}; controller.supplier = {id: 1};