This commit is contained in:
shamoon
2026-02-17 09:59:57 -08:00
parent 56d92d849c
commit 4943298e4c

View File

@@ -1233,7 +1233,7 @@ describe('DocumentDetailComponent', () => {
backdrop: 'static', backdrop: 'static',
}) })
const confirmDialog = openModal.componentInstance as ConfirmDialogComponent const confirmDialog = openModal.componentInstance as ConfirmDialogComponent
expect(confirmDialog.messageBold).toContain('Remote update detected at') expect(confirmDialog.messageBold).toContain('Document was updated at')
}) })
it('should change preview element by render type', () => { it('should change preview element by render type', () => {