Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
commit
c9416b5286
|
@ -13,7 +13,7 @@ describe('InvoiceInDescriptor', () => {
|
|||
cy.validateCheckbox(checkbox, false);
|
||||
});
|
||||
|
||||
it('should delete the invoice properly', () => {
|
||||
it.skip('should delete the invoice properly', () => {
|
||||
cy.visit('/#/invoice-in/2/summary');
|
||||
cy.selectDescriptorOption(2);
|
||||
cy.clickConfirm();
|
||||
|
|
|
@ -27,12 +27,15 @@ describe('VnShortcuts', () => {
|
|||
code: `Key${shortcut.toUpperCase()}`,
|
||||
});
|
||||
|
||||
cy.waitSpinner();
|
||||
cy.url().should('include', module);
|
||||
if (['monitor', 'claim'].includes(module)) {
|
||||
return;
|
||||
}
|
||||
cy.waitForElement('.q-page').should('exist');
|
||||
cy.dataCy('vnTableCreateBtn').should('exist');
|
||||
cy.waitSpinner();
|
||||
|
||||
cy.get('.q-page').trigger('keydown', {
|
||||
ctrlKey: true,
|
||||
altKey: true,
|
||||
|
|
Loading…
Reference in New Issue