Skip to content

Commit

Permalink
CORE-676 e2e/s7 add check if confirm-button is not disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-xbo committed May 18, 2021
1 parent c15a0cf commit 0ef0d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ describe('S7 - Status wechselt korrekt', () => {
cy.get('[data-cy="comment-textarea"]').should('exist').type('Quarantäne beendet');

/* 49 - Klicke "OK" */
cy.get('[data-cy="confirm-button"]').click();
cy.get('[data-cy="confirm-button"]').should('exist').should('not.be.disabled').click();

/* CHECK: Anfrage wurde gesendet */
cy.wait('@postCaseDetails').its('response.statusCode').should('eq', 200);
Expand Down

0 comments on commit 0ef0d52

Please sign in to comment.