Skip to content

Commit

Permalink
fix prod accounts check
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Nov 4, 2023
1 parent 80455d5 commit d336acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/tests/functional/SmokeNativeAccounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test(`@SmokeEthGoerli @NativeAccounts Eth Goerli native accounts page check`, as

test(`@SmokeEthGnosisMainnet @NativeAccounts Gnosis native accounts page check`, async ({ newHomePage }) => {
await newHomePage.open_custom(`http://gnosis.blockscout.com/accounts`)
await newHomePage.checkNativeAccounts()
await newHomePage.checkNativeAccountsNoPerc()
})

test(`@SmokeEthGnosisChiado @NativeAccounts Gnosis Chiado native accounts page check`, async ({ newHomePage }) => {
Expand Down Expand Up @@ -73,7 +73,7 @@ test(`@SmokeEthBaseGoerli @NativeAccounts Base goerli native accounts page check

test(`@SmokeEthBaseMainnet @NativeAccounts Base native accounts page check`, async ({ newHomePage }) => {
await newHomePage.open_custom(`https://base.blockscout.com/accounts`)
await newHomePage.checkNativeAccounts()
await newHomePage.checkNativeAccountsNoPerc()
})

test(`@SmokeEthZetaAthens3 @NativeAccounts Zetachain Athens 3 native accounts page check`, async ({ newHomePage }) => {
Expand Down

0 comments on commit d336acd

Please sign in to comment.