File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
apps/browser-extension-wallet/src/lib/translations
packages/e2e-tests/src/assert Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 180
180
"core.dappTransaction.quantity" : " Quantity" ,
181
181
"core.dappTransaction.send" : " Send" ,
182
182
"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)" ,
183
193
"tab.main.title" : " Tab extension" ,
184
194
"general.buttons.back" : " Back" ,
185
195
"general.button.cancel" : " Cancel" ,
Original file line number Diff line number Diff line change @@ -274,9 +274,6 @@ class DAppConnectorAssert {
274
274
}
275
275
276
276
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 ) ;
280
277
await this . assertSeeHeader ( ) ;
281
278
await ConfirmTransactionPage . transactionTypeTitle . waitForDisplayed ( ) ;
282
279
expect ( await ConfirmTransactionPage . transactionTypeTitle . getText ( ) ) . to . equal (
You can’t perform that action at this time.
0 commit comments