diff --git a/browser_tests/menu.spec.ts b/browser_tests/menu.spec.ts index fa4015989..d6e67aa13 100644 --- a/browser_tests/menu.spec.ts +++ b/browser_tests/menu.spec.ts @@ -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) })