Skip to content

Commit 791b0a6

Browse files
committed
test: complete file entry action fixture status
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3721de0 commit 791b0a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tests/views/FilesList/FileEntryActions.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ describe('FileEntryActions.vue', () => {
153153
name: 'contract.pdf',
154154
nodeId: 17,
155155
nodeType: 'file',
156+
status: 1,
157+
statusText: 'Pending',
156158
signers: [{ me: true, sign_uuid: 'sign-uuid' }],
157159
}
158160

0 commit comments

Comments
 (0)