diff --git a/cypress/e2e/pages/create_wallet.pages.js b/cypress/e2e/pages/create_wallet.pages.js index ce62d6a7a4..e59eb0505c 100644 --- a/cypress/e2e/pages/create_wallet.pages.js +++ b/cypress/e2e/pages/create_wallet.pages.js @@ -32,7 +32,7 @@ export const choiceBtn = '[data-testid="choice-btn"]' const addFundsBtn = '[data-testid="add-funds-btn"]' const createTxBtn = '[data-testid="create-tx-btn"]' const qrCodeSwitch = '[data-testid="qr-code-switch"]' -export const activateAccountBtn = '[data-testid="activate-account-btn"]' +export const activateAccountBtn = '[data-testid="activate-account-btn-cf"]' const notificationsSwitch = '[data-testid="notifications-switch"]' export const addFundsSection = '[data-testid="add-funds-section"]' export const noTokensAlert = '[data-testid="no-tokens-alert"]' diff --git a/src/features/counterfactual/ActivateAccountButton.tsx b/src/features/counterfactual/ActivateAccountButton.tsx index f224f5c474..7b2c4efa43 100644 --- a/src/features/counterfactual/ActivateAccountButton.tsx +++ b/src/features/counterfactual/ActivateAccountButton.tsx @@ -28,6 +28,7 @@ const ActivateAccountButton = () => { {(isOk) => (