[Test] Update expectation - graph ID (#3083)

This commit is contained in:
filtered
2025-03-17 05:29:16 +11:00
committed by GitHub
parent 7705a09760
commit e8bcccc276

View File

@@ -554,6 +554,8 @@ test.describe('Menu', () => {
})
// Compare the exported workflow with the original
delete downloadedContent.id
delete downloadedContentZh.id
expect(downloadedContent).toBeDefined()
expect(downloadedContent).toEqual(downloadedContentZh)
})