Skip to content

Commit

Permalink
Merge branch 'main' into add-new-text-for-zero-batch-and-empty-batch-…
Browse files Browse the repository at this point in the history
…pages
  • Loading branch information
vasyl-ivanchuk authored Dec 4, 2023
2 parents 077781c + 9b7f885 commit 16444f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/configs/production.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"l2WalletUrl": "https://portal.zksync.io/",
"maintenance": false,
"name": "sepolia",
"published": true,
"published": false,
"rpcUrl": "https://sepolia.era.zksync.dev"
},
{
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@
"title": "Transactions"
},
"tokenListView": {
"title": "Token List",
"heading": "Tokens",
"title": "Top tokens",
"heading": "Top tokens",
"offChainDataPoweredBy": "Off-chain data powered by",
"table": {
"tokenName": "Token Name",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@
"title": "Транзакції"
},
"tokenListView": {
"title": "Список Токенів",
"heading": "Токени",
"title": "Top токени",
"heading": "Top токени",
"offChainDataPoweredBy": "Off-chain дані взяті з",
"table": {
"tokenName": "Назва Токена",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Feature: Main Page
@id249 @testnet @testnetSmokeSuite
Scenario Outline: Verify table contains "<Column name>" column name on Tokens page
Given I go to page "/tokenlist"
And Table "Tokens" should have "1" rows
# And Table "Tokens" should have "1" rows
Then Column with "<Column name>" name is visible

Examples:
Expand Down

0 comments on commit 16444f5

Please sign in to comment.