Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Oct 24, 2024
1 parent 64504f7 commit 08a0d34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion appium/tests/screenobjects/email.screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ class EmailScreen extends BaseScreen {
};

checkAttachment = async (name: string) => {
await ElementHelper.waitElementVisible(await this.attachmentCell);
await ElementHelper.waitForText(await this.attachmentTitle, name);
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('COMPOSE EMAIL: ', () => {
await MailFolderScreen.clickOnEmailBySubject(subject);

// check message text field focus for reply message
await browser.pause(1000);
await EmailScreen.clickReplyButton();
await NewMessageScreen.checkMessageFieldFocus();
await NewMessageScreen.clickBackButton();
Expand Down

0 comments on commit 08a0d34

Please sign in to comment.