Skip to content

Commit 396a3da

Browse files
its-mashMohammod Al Amin Ashik
authored andcommitted
test: expect binding_type='path' in the wizard's onCreate payload
The folder flow now sends binding_type; the exact-match assertion needed it. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 2f01383 commit 396a3da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ts/components/WorkspaceSetupWizard.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ describe('WorkspaceSetupWizard', () => {
8181
workspace_root: '/proj/app',
8282
space_id: 's1',
8383
feature_set_ids: ['fs_starter'],
84+
binding_type: 'path',
8485
});
8586
// The parent navigates to the new mapping's inspector (effective features);
8687
// the wizard itself does not close.

0 commit comments

Comments
 (0)