diff --git a/src/frontend/src/stores/flowStore.ts b/src/frontend/src/stores/flowStore.ts index 383bd09423..aa83679e7c 100644 --- a/src/frontend/src/stores/flowStore.ts +++ b/src/frontend/src/stores/flowStore.ts @@ -1433,8 +1433,6 @@ export function syncNodeTranslations(): void { ...node.data, node: { ...node.data.node!, - display_name: freshDef.display_name, - description: freshDef.description, template: updatedTemplate, ...(updatedOutputs && { outputs: updatedOutputs }), }, diff --git a/src/frontend/tests/core/integrations/Blog Writer.spec.ts b/src/frontend/tests/core/integrations/Blog Writer.spec.ts index 413e2112c3..ab45b2e6be 100644 --- a/src/frontend/tests/core/integrations/Blog Writer.spec.ts +++ b/src/frontend/tests/core/integrations/Blog Writer.spec.ts @@ -41,7 +41,7 @@ withEventDeliveryModes( .nth(0) .fill("https://www.originaldiving.com/blog/top-ten-turtle-facts"); - await page.getByTestId("textarea_str_input_value").click(); + await page.getByText("Instructions", { exact: true }).last().click(); await page .getByTestId("textarea_str_input_value")