Remove Selection from headerArguments in edit flow tests
This commit is contained in:
@ -274,7 +274,6 @@ test.describe('Feature Tree pane', () => {
|
|||||||
currentArgKey: 'distance',
|
currentArgKey: 'distance',
|
||||||
currentArgValue: initialInput,
|
currentArgValue: initialInput,
|
||||||
headerArguments: {
|
headerArguments: {
|
||||||
Selection: '1 face',
|
|
||||||
Distance: initialInput,
|
Distance: initialInput,
|
||||||
},
|
},
|
||||||
highlightedHeaderArg: 'distance',
|
highlightedHeaderArg: 'distance',
|
||||||
@ -291,7 +290,6 @@ test.describe('Feature Tree pane', () => {
|
|||||||
await cmdBar.expectState({
|
await cmdBar.expectState({
|
||||||
stage: 'review',
|
stage: 'review',
|
||||||
headerArguments: {
|
headerArguments: {
|
||||||
Selection: '1 face',
|
|
||||||
// The calculated value is shown in the argument summary
|
// The calculated value is shown in the argument summary
|
||||||
Distance: initialInput,
|
Distance: initialInput,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user