Draft
Conversation
- Add identityVerified state to control Step 3 visibility - Update dialogTitle computed property for Step 3 title - Update progressText to show 'Step 3 of 3 - Signature confirmation' - Modify sendCode() to set identityVerified = true - Add signDocument() method to trigger signature - Add requestNewCode() to reset identityVerified state - Add CSS styling for verification success message block Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
- Add identityVerified state to control Step 3 visibility - Update dialogTitle computed property for Step 3 title - Update progressText to show 'Step 3 of 3 - Signature confirmation' - Modify sendToken() to set identityVerified = true - Add signDocument() method to trigger signature - Add requestNewToken() to reset identityVerified state - Add CSS styling for verification success message block - Match ModalEmailManager implementation for consistency Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
- Create new test file for ModalEmailManager component - Update progress text assertions from 'Step 1 of 2' to 'Step 1 of 3' - Update progress text assertions from 'Step 2 of 2' to 'Step 2 of 3' - Add test: updates to step 3 when identityVerified is true - Add test: shows verification success message on step 3 - Add test: shows correct button label on step 3 - Add test: sendCode sets identityVerified to true - Add test: requestNewCode resets identityVerified to false Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
- Create new test file for ModalTokenManager component - Update progress text assertions from 'Step 1 of 2' to 'Step 1 of 3' - Update progress text assertions from 'Step 2 of 2' to 'Step 2 of 3' - Add test: updates to step 3 when identityVerified is true - Add test: shows verification success message on step 3 - Add test: shows correct button label on step 3 - Add test: sendToken sets identityVerified to true - Add test: requestNewToken resets identityVerified to false - Mirror ModalEmailManager test structure for consistency Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
- Create new test file for SignFinalModals component - Fix import statement to use ES6 import instead of require - Import useSignMethodsStore for component testing - Add test structure for signature confirmation modals Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
- Add missing capability structure for sign-elements in test environment - Set can-create-signature to true to allow dynamic signature tests - Ensures needCreateSignature computed property returns correct value Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
- Update getCapabilities mock to return proper capability structure - Include libresign.config.sign-elements.can-create-signature = true - Fixes test failure: 'updates elements when signature is created dynamically' - Ensures all 1648 tests pass without failures Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Member
Author
|
close #6962 |
Member
Author
|
/backport to stable33 |
Member
Author
|
/backport to stable32 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.