#7019 warmfix e2e #2376

Merged
jorgep merged 1 commits from 7019-warmfix-createInvoiceOut into dev 2024-04-26 12:21:18 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ describe('InvoiceOut manual invoice path', () => {
await page.waitToClick(selectors.invoiceOutIndex.createInvoice);
await page.waitForSelector(selectors.invoiceOutIndex.manualInvoiceForm);
await page.autocompleteSearch(selectors.invoiceOutIndex.manualInvoiceClient, 'Bruce Wayne');
await page.autocompleteSearch(selectors.invoiceOutIndex.manualInvoiceClient, 'Petter Parker');
Review

He buscado otro cliente que tenga algún ticket por facturar y este libre. Con este pasan todos los e2e.

He buscado otro cliente que tenga algún ticket por facturar y este libre. Con este pasan todos los e2e.
await page.autocompleteSearch(selectors.invoiceOutIndex.manualInvoiceSerial, 'Global nacional');
await page.autocompleteSearch(selectors.invoiceOutIndex.manualInvoiceTaxArea, 'national');
await page.waitToClick(selectors.invoiceOutIndex.saveInvoice);