e2e renamed correctly
This commit is contained in:
parent
1dd8fdd96b
commit
7dc23f6e27
|
@ -55,7 +55,7 @@ describe('Ticket services path', () => {
|
||||||
expect(result).toEqual('General VAT');
|
expect(result).toEqual('General VAT');
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('should delete the service', async() => {
|
it('should delete the service', async() => {
|
||||||
const result = await nightmare
|
const result = await nightmare
|
||||||
.waitToClick(selectors.ticketService.fistDeleteServiceButton)
|
.waitToClick(selectors.ticketService.fistDeleteServiceButton)
|
||||||
.waitForNumberOfElements(selectors.ticketService.serviceLine, 0)
|
.waitForNumberOfElements(selectors.ticketService.serviceLine, 0)
|
Loading…
Reference in New Issue