Skip to content

Commit

Permalink
fix notification creds
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed May 26, 2024
1 parent 633f858 commit ed34d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/tests/functional/Notifications.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TestNFT } from '../../../contracts/typechain/contracts/TestNFT'
const emailTimeout = 120000
const emailWait = 30000

test.skip(`@AccountImage @Notifications Check notification received on Ether transfer`, async ({ authorized }) => {
test(`@AccountImage @Notifications Check notification received on Ether transfer`, async ({ authorized }) => {
test.setTimeout(emailWait + emailTimeout)
await authorized.openWatchlist()
const recipient = authorized.contracts.newWallet()
Expand Down Expand Up @@ -40,7 +40,7 @@ test.skip(`@AccountImage @Notifications Check notification received on Ether tra
await authorized.deleteAddressWatch()
})

test.skip(`@AccountImage @Notifications Check notification received on ERC20 transfer`, async ({ authorized }) => {
test(`@AccountImage @Notifications Check notification received on ERC20 transfer`, async ({ authorized }) => {
test.setTimeout(emailWait + emailTimeout)
const { TestTokenAddress } = process.env
await authorized.openWatchlist()
Expand Down

0 comments on commit ed34d0c

Please sign in to comment.