removed comments from tests suite
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
333828c583
commit
378ea4960b
|
@ -76,7 +76,6 @@ describe('Ticket services path', () => {
|
||||||
expect(message.text).toContain(`Name can't be empty`);
|
expect(message.text).toContain(`Name can't be empty`);
|
||||||
});
|
});
|
||||||
|
|
||||||
// falla porque la descripcion no va en el payload y es required en el modelo
|
|
||||||
it('should create a new service type then add price then create the service', async() => {
|
it('should create a new service type then add price then create the service', async() => {
|
||||||
await page.write(selectors.ticketService.newServiceTypeName, 'Documentos');
|
await page.write(selectors.ticketService.newServiceTypeName, 'Documentos');
|
||||||
await page.waitToClick(selectors.ticketService.saveServiceTypeButton);
|
await page.waitToClick(selectors.ticketService.saveServiceTypeButton);
|
||||||
|
@ -109,7 +108,6 @@ describe('Ticket services path', () => {
|
||||||
expect(result).toEqual('999');
|
expect(result).toEqual('999');
|
||||||
});
|
});
|
||||||
|
|
||||||
// falla
|
|
||||||
it('should delete the service', async() => {
|
it('should delete the service', async() => {
|
||||||
await page.waitToClick(selectors.ticketService.fistDeleteServiceButton);
|
await page.waitToClick(selectors.ticketService.fistDeleteServiceButton);
|
||||||
await page.waitForNumberOfElements(selectors.ticketService.serviceLine, 0);
|
await page.waitForNumberOfElements(selectors.ticketService.serviceLine, 0);
|
||||||
|
|
Loading…
Reference in New Issue