From e8bcccc2765063eb7307515f3f2ba09b80ce96f1 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Mon, 17 Mar 2025 05:29:16 +1100 Subject: [PATCH] [Test] Update expectation - graph ID (#3083) --- browser_tests/menu.spec.ts | 2 ++ 1 file changed, 2 insertions(+) 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) })