From ae4533c61eec239112b0867fc7025a5fd404cdfb Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Mon, 30 Sep 2019 13:16:31 +0200 Subject: [PATCH] =?UTF-8?q?#1726=20client.index=20a=C3=B1adir=20icono=20de?= =?UTF-8?q?=20Listado=20tickets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/client/front/index/index.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/client/front/index/index.spec.js b/modules/client/front/index/index.spec.js index 9a881ed4b..b7319667d 100644 --- a/modules/client/front/index/index.spec.js +++ b/modules/client/front/index/index.spec.js @@ -13,8 +13,8 @@ describe('Client index', () => { controller = $componentController('vnClientIndex', {$scope, $state}); })); - describe('x()', () => { - it('should request to patch the propagation of tax status', () => { + describe('filterTickets()', () => { + it('should navigate to the ticket index using params as filter', () => { const client = {id: 101}; const event = {preventDefault: () => {}}; spyOn(event, 'preventDefault');