Skip to content

Commit 6cbfb1d

Browse files
fix(tests): include Add to AI chat in canvas toolbar order assertion
The canvas selection toolbar gained an Add to AI chat action in the layer-mentions work; update the test expectation so the insert-module action remains in the second position. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 9163640 commit 6cbfb1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/__tests__/canvas/selectionToolbar.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ describe('canvas selection toolbar', () => {
363363
expect(labels).toEqual([
364364
'Drag selected layers',
365365
'Insert module',
366+
'Add selected layers to AI chat',
366367
'Duplicate selected layers',
367368
'Delete selected layers',
368369
])

0 commit comments

Comments
 (0)