Skip to content

Commit e5f7649

Browse files
Update webview-ui/src/components/chat/__tests__/ShareButton.spec.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent f3f0be9 commit e5f7649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/__tests__/ShareButton.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ describe("ShareButton", () => {
241241
// Fast-forward 5 seconds
242242
await vi.advanceTimersByTimeAsync(5000)
243243

244-
// The success message should be gone and the share options should be back
244+
// The success message and share options should both be gone (popover closed)
245245
expect(screen.queryByText("chat:task.shareSuccessOrganization")).not.toBeInTheDocument()
246246
expect(screen.queryByText("chat:task.shareWithOrganization")).not.toBeInTheDocument()
247247

0 commit comments

Comments
 (0)