Skip to content

Commit

Permalink
test(extension): update translation for LW-2521
Browse files Browse the repository at this point in the history
  • Loading branch information
wklos-iohk committed Apr 25, 2024
1 parent 656a355 commit 682976e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class SettingsPageAssert {
async assertSeeRemoveWalletButton() {
await SettingsPage.removeWalletButton.waitForDisplayed();
expect(await SettingsPage.removeWalletButton.getText()).to.equal(
await t('browserView.settings.wallet.general.removeWalletAction')
await t('browserView.settings.wallet.general.removeAction')
);
}

Expand Down

0 comments on commit 682976e

Please sign in to comment.