e2e renamed correctly

This commit is contained in:
Carlos Jimenez Ruiz 2019-04-11 11:45:21 +02:00
parent 1dd8fdd96b
commit 7dc23f6e27
37 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ describe('Ticket services path', () => {
expect(result).toEqual('General VAT');
});
fit('should delete the service', async() => {
it('should delete the service', async() => {
const result = await nightmare
.waitToClick(selectors.ticketService.fistDeleteServiceButton)
.waitForNumberOfElements(selectors.ticketService.serviceLine, 0)