Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Oct 30, 2024
1 parent 50a9524 commit 2ac4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium/tests/screenobjects/refresh-key.screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RefreshKeyScreen extends BaseScreen {
};

cancelRefresh = async () => {
await driver.dismissAlert();
await ElementHelper.waitAndClick(await this.cancelButton);
};

clickOkButton = async () => {
Expand Down

0 comments on commit 2ac4bd8

Please sign in to comment.