refactor: refs #8599 corrected it name
This commit is contained in:
parent
c121e7d864
commit
c744d3f6aa
|
@ -72,7 +72,7 @@ describe('InvoiceOut summary', () => {
|
||||||
cy.checkNotification('InvoiceOut deleted');
|
cy.checkNotification('InvoiceOut deleted');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('shpuld book the invoice', () => {
|
it('should book the invoice', () => {
|
||||||
cy.dataCy('descriptor-more-opts').click();
|
cy.dataCy('descriptor-more-opts').click();
|
||||||
cy.get(selectMenuOption(5)).click();
|
cy.get(selectMenuOption(5)).click();
|
||||||
cy.dataCy('VnConfirm_confirm').click();
|
cy.dataCy('VnConfirm_confirm').click();
|
||||||
|
|
Loading…
Reference in New Issue