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');