Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign committed Jul 1, 2024
1 parent 6f6c783 commit e428447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export const getWalletAddress = async (page: Page, wallet: string) => {
await page.getByText(homePageElements.copyAddress).click()
const chain = await page.waitForSelector(homePageElements.walletSelectors(wallet))
await chain.click()
const address = clipboardy.readSync()
const address = await clipboardy.readSync()
return address
}

0 comments on commit e428447

Please sign in to comment.