Skip to content

Commit cf8cf36

Browse files
authored
fix(extension): [LW-9917] fix dapp connector translations (#1046)
1 parent bf36c40 commit cf8cf36

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

apps/browser-extension-wallet/src/lib/translations/en.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,16 @@
180180
"core.dappTransaction.quantity": "Quantity",
181181
"core.dappTransaction.send": "Send",
182182
"core.dappTransaction.sending": "Sending",
183+
"core.dappTransaction.transactionSummary": "Transaction Summary",
184+
"core.dappTransaction.origin": "Origin",
185+
"core.dappTransaction.fromAddress": "From address",
186+
"core.dappTransaction.toAddress": "To address",
187+
"core.dappTransaction.tokens": "Tokens",
188+
"core.dappTransaction.nfts": "NFTs",
189+
"core.dappTransaction.address": "Address",
190+
"core.dappTransaction.deposit": "Deposit",
191+
"core.dappTransaction.returnedDeposit": "Returned deposit",
192+
"core.dappTransaction.items": "item(s)",
183193
"tab.main.title": "Tab extension",
184194
"general.buttons.back": "Back",
185195
"general.button.cancel": "Cancel",

packages/e2e-tests/src/assert/dAppConnectorAssert.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ class DAppConnectorAssert {
274274
}
275275

276276
async assertSeeConfirmTransactionPage({ assetsDetails, typeOfTransaction }: ExpectedTransactionData) {
277-
// TODO
278-
// remove when https://input-output.atlassian.net/browse/LW-9917 is fixed
279-
await browser.pause(3000);
280277
await this.assertSeeHeader();
281278
await ConfirmTransactionPage.transactionTypeTitle.waitForDisplayed();
282279
expect(await ConfirmTransactionPage.transactionTypeTitle.getText()).to.equal(

0 commit comments

Comments
 (0)