From 021e4b9565e1b36ebd2ae598df904483b5ed368f Mon Sep 17 00:00:00 2001 From: Frank Noirot Date: Tue, 11 Mar 2025 15:21:38 -0400 Subject: [PATCH] Remove Selection from headerArguments in edit flow tests --- e2e/playwright/feature-tree-pane.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/playwright/feature-tree-pane.spec.ts b/e2e/playwright/feature-tree-pane.spec.ts index 7b51ecea8..ad4a4acdb 100644 --- a/e2e/playwright/feature-tree-pane.spec.ts +++ b/e2e/playwright/feature-tree-pane.spec.ts @@ -274,7 +274,6 @@ test.describe('Feature Tree pane', () => { currentArgKey: 'distance', currentArgValue: initialInput, headerArguments: { - Selection: '1 face', Distance: initialInput, }, highlightedHeaderArg: 'distance', @@ -291,7 +290,6 @@ test.describe('Feature Tree pane', () => { await cmdBar.expectState({ stage: 'review', headerArguments: { - Selection: '1 face', // The calculated value is shown in the argument summary Distance: initialInput, },