Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set timeout for accept
Browse files Browse the repository at this point in the history
Lykhoyda committed Jan 15, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 57c33f0 commit 91a2b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/setupActions.ts
Original file line number Diff line number Diff line change
@@ -109,6 +109,6 @@ export const closePrivacyWarningModal = async (
page: DappeteerPage
): Promise<void> => {
await clickOnButton(page, "snap-privacy-warning-scroll");
await page.waitForTimeout(500);
await page.waitForTimeout(1000);
await clickOnButton(page, "Accept");
};

0 comments on commit 91a2b3a

Please sign in to comment.