Skip to content

Commit 1c66a55

Browse files
test: update visible elements add completion event
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8f1738e commit 1c66a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/components/Request/VisibleElements.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ describe('VisibleElements Component - Business Rules', () => {
623623
},
624624
NcLoadingIcon: true,
625625
PdfEditor: {
626-
template: '<div class="pdf-editor-stub" @click="$emit(\'pdf-editor:signer-added\')" />',
626+
template: '<div class="pdf-editor-stub" @click="$emit(\'pdf-editor:adding-ended\')" />',
627627
},
628628
Signer: {
629629
props: ['signerIndex'],

0 commit comments

Comments
 (0)