Skip to content

Commit 480f9bf

Browse files
committed
Fix project replies in preview test
1 parent 0b25fc3 commit 480f9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/document-template-editor/editor/preview-with-editor.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Document Template Editor / Editor / Preview with KM Editor', () => {
3939
cy.frameLoaded(dataCy('document-preview'))
4040
cy.iframe().find('pre').then($pre => {
4141
const templateJson = JSON.parse($pre.text())
42-
validate(templateJson['questionnaire']['replies'])
42+
validate(templateJson['project']['replies'])
4343
})
4444
}
4545

0 commit comments

Comments
 (0)