Skip to content

Commit

Permalink
Adding force: true to a secure messaging test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew565 committed Mar 6, 2024
1 parent a30e940 commit 9d08e63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ describe('Check confirmation message after save draft', () => {
composePage
.getCategory(requestBody.category)
.first()
.click();
.click({ force: true });
composePage.getMessageSubjectField().type(`${requestBody.subject}`);
composePage
.getMessageBodyField()
Expand Down

0 comments on commit 9d08e63

Please sign in to comment.