Skip to content

Commit

Permalink
increase time (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorgabriel authored Apr 23, 2024
1 parent c5e5566 commit 9d68d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio/test/utils/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function login(payload: {
await browser.pause(4500);
await browser.switchWindow(GlobalDataEnum.walletWindow);
await $(payload.selector).click();
await browser.pause(3500);
await browser.pause(3600);
await uploadFile(payload.file);
if (payload.selector === GlobalSelectorEnum.keystoreBtn) {
await confirmPass();
Expand Down

0 comments on commit 9d68d89

Please sign in to comment.