#1726 client.index añadir icono de Listado tickets
This commit is contained in:
parent
300dfc5772
commit
ae4533c61e
|
@ -13,8 +13,8 @@ describe('Client index', () => {
|
||||||
controller = $componentController('vnClientIndex', {$scope, $state});
|
controller = $componentController('vnClientIndex', {$scope, $state});
|
||||||
}));
|
}));
|
||||||
|
|
||||||
describe('x()', () => {
|
describe('filterTickets()', () => {
|
||||||
it('should request to patch the propagation of tax status', () => {
|
it('should navigate to the ticket index using params as filter', () => {
|
||||||
const client = {id: 101};
|
const client = {id: 101};
|
||||||
const event = {preventDefault: () => {}};
|
const event = {preventDefault: () => {}};
|
||||||
spyOn(event, 'preventDefault');
|
spyOn(event, 'preventDefault');
|
||||||
|
|
Loading…
Reference in New Issue