#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});
|
||||
}));
|
||||
|
||||
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');
|
||||
|
|
Loading…
Reference in New Issue