focus deleted

This commit is contained in:
gerard 2018-08-03 08:25:13 +02:00
parent 2fa91ef59d
commit a758cad2de
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import './index.js';
fdescribe('Ticket', () => {
describe('Ticket', () => {
describe('Component vnTicketSale', () => {
let $componentController;
let controller;
@ -149,7 +149,7 @@ fdescribe('Ticket', () => {
it('should make a query and call $.addTurn.hide() and vnApp.showSuccess()', () => {
controller.$scope.addTurn = {hide: () => {}};
spyOn(controller.$scope.addTurn, 'hide');
$httpBackend.expectPATCH(`/ticket/api/TicketWeeklies`).respond();
controller.addTurn(1);
$httpBackend.flush();