-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add testId to components * fix: import problem * fix: link test * fix: regress tests * fix: fee test fix: remove redundant locator fix: update fee test implementation * fix: import resolution fix: import resolution fix: import resolution fix: remove redundant ids fix: return some buttons * fix: rename testId * fix: move constants out of ui-kit * fix: rename main to common * fix: change name for testid
- Loading branch information
Showing
35 changed files
with
230 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './testIds'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
export const TEST_IDS = { | ||
ONBOARDING: { | ||
VAULT_BUTTON: 'onboarding-vault-button', | ||
WATCH_ONLY_BUTTON: 'onboarding-watch-only-button', | ||
NOVA_WALLET_BUTTON: 'onboarding-nova-wallet-button', | ||
WALLET_CONNECT_BUTTON: 'onboarding-wallet-connect-button', | ||
LEDGER_BUTTON: 'onboarding-ledger-button', | ||
WALLET_NAME_INPUT: 'onboarding-wallet-name-input', | ||
WALLET_ADDRESS_INPUT: 'onboarding-wallet-address-input', | ||
}, | ||
ASSETS: { | ||
SETTINGS_WIDGET: 'assets-settings-widget', | ||
}, | ||
COMMON: { | ||
WALLET_BUTTON: 'common-wallet-button', | ||
BACK_BUTTON: 'common-back-button', | ||
CONTINUE_BUTTON: 'common-continue-button', | ||
INFO_BUTTON: 'common-info-button', | ||
}, | ||
OPERATIONS: { | ||
CONFIRM_NETWORK_FEE: 'operations-confirm-network-fee', | ||
ESTIMATE_FEE: 'operations-estimate-fee', | ||
}, | ||
} as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.