#1726 client.index añadir icono de Listado tickets

This commit is contained in:
Carlos Jimenez Ruiz 2019-09-30 13:16:31 +02:00
parent 300dfc5772
commit ae4533c61e
1 changed files with 2 additions and 2 deletions

View File

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