Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjisong committed Dec 23, 2024
1 parent 04aa2fb commit cb0064e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Dapp Wallet Connect - Others', () => {
})

it('should connect OpenSea via Wallet Connect', async () => {
await browserPage.connectTo('https://opensea.io/', true)
await browserPage.connectTo('https://opensea.io/')
const qrUri = await browserPage.getQrUri()
await plusMenuPage.connectWallet(qrUri)
await connectToSitePage.selectAccountAndconnect()
Expand Down
14 changes: 7 additions & 7 deletions packages/core-mobile/e2e/tests/plusIcon/send/send.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ describe('Send AVAX', () => {
await cleanup()
})

// it('should send AVAX on C-Chain', async () => {
// await sendPage.sendTokenTo2ndAccount(
// sendLoc.avaxToken,
// sendLoc.sendingAmount
// )
// await sendPage.verifySuccessToast()
// })
it('should send AVAX on C-Chain', async () => {
await sendPage.sendTokenTo2ndAccount(
sendLoc.avaxToken,
sendLoc.sendingAmount
)
await sendPage.verifySuccessToast()
})

it('should send AVAX on P-Chain', async () => {
await bottomTabsPage.tapPortfolioTab()
Expand Down

0 comments on commit cb0064e

Please sign in to comment.