UI: remodel shamir flow (#21871)

This commit is contained in:
Chelsea Shaw
2023-07-19 18:57:37 -05:00
committed by GitHub
parent 053349f771
commit ad3316fe2f
34 changed files with 1295 additions and 748 deletions

View File

@@ -0,0 +1,9 @@
export const SHAMIR_FORM = {
input: '[data-test-shamir-key-input]',
inputLabel: '[data-test-shamir-key-label]',
submitButton: '[data-test-shamir-submit]',
otpInfo: '[data-test-otp-info]',
otpCode: '[data-test-otp]',
progress: '.shamir-progress',
error: '[data-test-message-error]',
};