test: do not display empty error in execution step

This commit is contained in:
Ali BARIN
2022-11-08 21:58:27 +01:00
parent 0a4877993d
commit c9022f4208

View File

@@ -26,9 +26,7 @@ describe('Execution page', () => {
cy.ss('Execution - data out');
});
it('displays error', () => {
cy.og('error-tab').click({ multiple: true, force: true });
cy.ss('Execution - error');
it('does not display error', () => {
cy.og('error-tab').should('not.exist');
});
});