Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Oct 23, 2024
1 parent fa71c90 commit ba94313
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ describe('COMPOSE EMAIL: ', () => {

await MailFolderScreen.clickCreateEmail();
await NewMessageScreen.setAddRecipient(validRecipient.email);
await browser.pause(3000);
await NewMessageScreen.setAddRecipient(expiredRecipient.email);
await browser.pause(2000);
await NewMessageScreen.setAddRecipient(revokedRecipient.email);

await NewMessageScreen.checkAddedRecipientColor(validRecipient.name, 0, 'green');
Expand Down

0 comments on commit ba94313

Please sign in to comment.