mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
UI: remodel shamir flow (#21871)
This commit is contained in:
9
ui/tests/helpers/components/shamir.js
Normal file
9
ui/tests/helpers/components/shamir.js
Normal 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]',
|
||||
};
|
||||
Reference in New Issue
Block a user