diff --git a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js index 0e945be6e8..333f7e2c48 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutSummary.spec.js @@ -72,7 +72,7 @@ describe('InvoiceOut summary', () => { cy.checkNotification('InvoiceOut deleted'); }); - it('shpuld book the invoice', () => { + it('should book the invoice', () => { cy.dataCy('descriptor-more-opts').click(); cy.get(selectMenuOption(5)).click(); cy.dataCy('VnConfirm_confirm').click();