test: refs #8441 enable invoice deletion test in invoiceInDescriptor.spec.js
gitea/salix-front/pipeline/pr-test This commit is unstable
Details
gitea/salix-front/pipeline/pr-test This commit is unstable
Details
This commit is contained in:
parent
9be4cdccc0
commit
1e1715df1a
|
@ -13,7 +13,7 @@ describe('InvoiceInDescriptor', () => {
|
|||
cy.validateCheckbox(checkbox, false);
|
||||
});
|
||||
|
||||
it.skip('should delete the invoice properly', () => {
|
||||
it('should delete the invoice properly', () => {
|
||||
cy.visit('/#/invoice-in/2/summary');
|
||||
cy.selectDescriptorOption(2);
|
||||
cy.clickConfirm();
|
||||
|
|
Loading…
Reference in New Issue