From 452e9ed637b56570d68c51db29f7eb7a18e1e702 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Fri, 11 Nov 2022 17:44:03 +0100 Subject: [PATCH] WIP; debugging issues --- nym-wallet/src/components/Mnemonic.tsx | 7 ++-- nym-wallet/src/components/Nav.tsx | 1 + nym-wallet/src/components/NetworkSelector.tsx | 3 +- nym-wallet/src/pages/balance/balance.tsx | 2 +- nym-wallet/wallet-fe-tests/common/helper.ts | 12 ++++--- .../wallet-fe-tests/common/text-constants.ts | 2 +- nym-wallet/wallet-fe-tests/package.json | 5 ++- .../test/pageobjects/authScreens.ts | 15 +++++--- .../test/pageobjects/balanceScreen.ts | 4 +-- .../test/specs/general/navbaritems.spec.ts | 8 ----- .../test/specs/signup/newaccount.spec.ts | 27 +++++++++++--- nym-wallet/wallet-fe-tests/test/wdio.conf.ts | 36 ++++++++++--------- 12 files changed, 75 insertions(+), 47 deletions(-) diff --git a/nym-wallet/src/components/Mnemonic.tsx b/nym-wallet/src/components/Mnemonic.tsx index d445172e9a..fce87e38f1 100644 --- a/nym-wallet/src/components/Mnemonic.tsx +++ b/nym-wallet/src/components/Mnemonic.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { Button, Stack, TextField, Typography } from '@mui/material'; import { Check, ContentCopySharp } from '@mui/icons-material'; import { Warning } from './Warning'; +import { MnemonicModal } from './Accounts/modals/MnemonicModal'; export const Mnemonic = ({ mnemonic, @@ -14,18 +15,19 @@ export const Mnemonic = ({ }) => ( - + Below is your 24 word mnemonic, make sure to store it in a safe place for accessing your wallet in the future