@tuturuuu/ui 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/biome.json +1 -1
- package/package.json +73 -71
- package/src/components/ui/accordion.tsx +1 -1
- package/src/components/ui/breadcrumb.tsx +1 -1
- package/src/components/ui/calendar-app/calendar-page-shell.tsx +4 -0
- package/src/components/ui/calendar-app/components/calendar-connections-settings-content.tsx +239 -33
- package/src/components/ui/calendar-app/components/load-smart-scheduling-tasks.tsx +143 -0
- package/src/components/ui/calendar-app/components/priority-view.tsx +10 -3
- package/src/components/ui/calendar-app/components/tasks-sidebar.tsx +4 -116
- package/src/components/ui/calendar-app/components/use-calendar-connections-manager.ts +67 -2
- package/src/components/ui/calendar.tsx +1 -1
- package/src/components/ui/carousel.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-external-thread-panel.test.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-external-thread-panel.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-operations-panel.test.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-operations-panel.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-setup-panel.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-sidebar.test.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-sidebar.tsx +2 -2
- package/src/components/ui/chat/chat-agent-details-utils.test.ts +1 -1
- package/src/components/ui/chat/chat-agent-details-utils.tsx +1 -1
- package/src/components/ui/chat/chat-agent-details-zalo-personal-panel.tsx +2 -2
- package/src/components/ui/checkbox.tsx +1 -1
- package/src/components/ui/color-picker.tsx +1 -1
- package/src/components/ui/command.tsx +1 -1
- package/src/components/ui/context-menu.tsx +5 -1
- package/src/components/ui/custom/__tests__/settings-dialog-shell.test.tsx +3 -0
- package/src/components/ui/custom/__tests__/workspace-select-helpers.test.ts +19 -0
- package/src/components/ui/custom/combobox.test.tsx +195 -0
- package/src/components/ui/custom/combobox.tsx +273 -156
- package/src/components/ui/custom/education/modules/youtube/delete-link-button.tsx +5 -13
- package/src/components/ui/custom/facebook-mockup/facebook-mockup.tsx +7 -1
- package/src/components/ui/custom/facebook-mockup/form.tsx +1 -1
- package/src/components/ui/custom/facebook-mockup/image-upload-field.tsx +1 -1
- package/src/components/ui/custom/facebook-mockup/preview.tsx +1 -1
- package/src/components/ui/custom/settings-dialog-shell.tsx +2 -1
- package/src/components/ui/custom/theme-toggle.tsx +1 -1
- package/src/components/ui/custom/workspace-select.tsx +8 -3
- package/src/components/ui/dialog.test.tsx +52 -0
- package/src/components/ui/dialog.tsx +6 -2
- package/src/components/ui/dropdown-menu.tsx +5 -1
- package/src/components/ui/finance/debts/debt-loan-form.tsx +12 -5
- package/src/components/ui/finance/debts/debt-loan-summary.tsx +3 -2
- package/src/components/ui/finance/debts/debts-page.test.tsx +54 -5
- package/src/components/ui/finance/debts/debts-page.tsx +15 -2
- package/src/components/ui/finance/invoices/components/subscription-group-selector.tsx +3 -5
- package/src/components/ui/finance/invoices/new-invoice-page.test.tsx +25 -5
- package/src/components/ui/finance/invoices/new-invoice-page.tsx +7 -2
- package/src/components/ui/finance/invoices/standard-invoice.tsx +4 -2
- package/src/components/ui/finance/invoices/subscription-invoice.tsx +4 -2
- package/src/components/ui/finance/invoices/utils.ts +3 -1
- package/src/components/ui/finance/transactions/form-content-dialog.tsx +3 -0
- package/src/components/ui/finance/transactions/form-types.ts +1 -0
- package/src/components/ui/finance/transactions/form.tsx +2 -0
- package/src/components/ui/finance/transactions/infinite-transactions-list.tsx +2 -0
- package/src/components/ui/finance/transactions/period-charts/category-breakdown-dialog.tsx +1 -1
- package/src/components/ui/finance/transactions/transaction-edit-dialog.tsx +1 -4
- package/src/components/ui/finance/transactions/transactions-create-summary.tsx +3 -0
- package/src/components/ui/finance/transactions/transactions-page.tsx +4 -1
- package/src/components/ui/finance/wallets/form.test.tsx +51 -3
- package/src/components/ui/finance/wallets/form.tsx +15 -4
- package/src/components/ui/finance/wallets/walletId/wallet-details-actions.tsx +4 -0
- package/src/components/ui/finance/wallets/walletId/wallet-details-page.tsx +4 -2
- package/src/components/ui/finance/wallets/wallets-data-table.tsx +1 -0
- package/src/components/ui/finance/wallets/wallets-page.tsx +5 -2
- package/src/components/ui/input-otp.tsx +1 -1
- package/src/components/ui/legacy/calendar/all-day-event-bar.tsx +28 -39
- package/src/components/ui/legacy/calendar/calendar-cell.tsx +2 -0
- package/src/components/ui/legacy/calendar/calendar-content.tsx +10 -6
- package/src/components/ui/legacy/calendar/calendar-header.tsx +23 -3
- package/src/components/ui/legacy/calendar/calendar-loading-skeleton.tsx +135 -0
- package/src/components/ui/legacy/calendar/calendar-matrix.tsx +175 -237
- package/src/components/ui/legacy/calendar/event-card.test.tsx +177 -0
- package/src/components/ui/legacy/calendar/event-card.tsx +220 -131
- package/src/components/ui/legacy/calendar/event-modal.tsx +17 -17
- package/src/components/ui/legacy/calendar/event-provider-display.tsx +69 -0
- package/src/components/ui/legacy/calendar/smart-calendar.test.tsx +86 -4
- package/src/components/ui/legacy/calendar/smart-calendar.tsx +32 -2
- package/src/components/ui/legacy/meet/create-plan-dialog.tsx +19 -10
- package/src/components/ui/navigation-menu.tsx +1 -1
- package/src/components/ui/pagination.tsx +1 -1
- package/src/components/ui/radio-group.tsx +1 -1
- package/src/components/ui/select.tsx +5 -1
- package/src/components/ui/sheet.tsx +1 -1
- package/src/components/ui/sidebar.tsx +1 -1
- package/src/components/ui/storefront/cart-popover.tsx +61 -0
- package/src/components/ui/storefront/cart-summary-parts.tsx +290 -0
- package/src/components/ui/storefront/cart-summary.tsx +93 -154
- package/src/components/ui/storefront/checkout-overlay.tsx +4 -5
- package/src/components/ui/storefront/listing-card.tsx +1 -1
- package/src/components/ui/storefront/merch-sections.tsx +70 -0
- package/src/components/ui/storefront/product-detail.tsx +1 -1
- package/src/components/ui/storefront/storefront-surface.test.tsx +106 -11
- package/src/components/ui/storefront/storefront-surface.tsx +101 -166
- package/src/components/ui/storefront/types.ts +4 -0
- package/src/components/ui/storefront/utils.ts +6 -0
- package/src/components/ui/text-editor/__tests__/extensions.test.ts +123 -0
- package/src/components/ui/text-editor/background-color-extension.ts +62 -0
- package/src/components/ui/text-editor/color-controls.tsx +284 -0
- package/src/components/ui/text-editor/editor.tsx +69 -14
- package/src/components/ui/text-editor/extensions.ts +8 -2
- package/src/components/ui/text-editor/highlight-extension.ts +22 -0
- package/src/components/ui/text-editor/tool-bar.tsx +9 -16
- package/src/components/ui/toast.tsx +1 -1
- package/src/components/ui/tu-do/boards/__tests__/board-share-dialog.test.tsx +270 -0
- package/src/components/ui/tu-do/boards/board-public-link-section.tsx +231 -0
- package/src/components/ui/tu-do/boards/board-share-dialog.tsx +222 -109
- package/src/components/ui/tu-do/boards/boardId/board-column.tsx +112 -43
- package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-clear-delete.ts +2 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-move.ts +5 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/bulk/bulk-mutations-updates.ts +3 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/data/kanban-deadline-query.ts +50 -2
- package/src/components/ui/tu-do/boards/boardId/kanban/dnd/__tests__/column-reorder.test.ts +17 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/dnd/column-reorder.ts +4 -1
- package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-cache.ts +38 -9
- package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-drag-order.ts +2 -8
- package/src/components/ui/tu-do/boards/boardId/kanban/dnd/task-sort-key.ts +47 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/dnd/use-kanban-dnd.ts +81 -30
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/__tests__/kanban-planner-island.test.tsx +380 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/kanban-planner-dialog.tsx +204 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-digest-panel.tsx +61 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-item-strip.tsx +54 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-plan-toolbar.tsx +251 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-scope-badge.tsx +27 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-section.tsx +58 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-share-dialog.tsx +238 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-target-controls.tsx +143 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/planner-utils.ts +65 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/planner/use-kanban-planner-state.ts +234 -0
- package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-columns.test.tsx +397 -2
- package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-columns.tsx +103 -13
- package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-deadline-panels.tsx +443 -19
- package/src/components/ui/tu-do/boards/boardId/kanban/rendering/kanban-skeleton.tsx +94 -32
- package/src/components/ui/tu-do/boards/boardId/kanban.tsx +213 -106
- package/src/components/ui/tu-do/boards/boardId/task-board-server-page.test.tsx +26 -4
- package/src/components/ui/tu-do/boards/boardId/task-board-server-page.tsx +5 -2
- package/src/components/ui/tu-do/boards/boardId/task-card/measured-task-card.tsx +3 -0
- package/src/components/ui/tu-do/boards/boardId/task-card/task-card-comparator.ts +3 -0
- package/src/components/ui/tu-do/boards/boardId/task-card/task-card.tsx +191 -28
- package/src/components/ui/tu-do/boards/boardId/task-filter.test.tsx +152 -0
- package/src/components/ui/tu-do/boards/boardId/task-filter.tsx +555 -545
- package/src/components/ui/tu-do/boards/boardId/task-list.tsx +7 -0
- package/src/components/ui/tu-do/boards/share-section.tsx +100 -0
- package/src/components/ui/tu-do/drafts/draft-convert-dialog.tsx +10 -12
- package/src/components/ui/tu-do/drafts/drafts-page.tsx +33 -16
- package/src/components/ui/tu-do/initiatives/task-initiatives-client.tsx +56 -88
- package/src/components/ui/tu-do/my-tasks/my-tasks-content.tsx +26 -2
- package/src/components/ui/tu-do/my-tasks/use-my-tasks-state.ts +55 -8
- package/src/components/ui/tu-do/notes/note-edit-dialog.tsx +1 -4
- package/src/components/ui/tu-do/shared/__tests__/board-client.test.tsx +25 -0
- package/src/components/ui/tu-do/shared/__tests__/board-header.test.tsx +341 -38
- package/src/components/ui/tu-do/shared/__tests__/board-switcher.test.tsx +253 -0
- package/src/components/ui/tu-do/shared/__tests__/board-views.test.tsx +203 -2
- package/src/components/ui/tu-do/shared/__tests__/task-board-loading-state.test.tsx +17 -0
- package/src/components/ui/tu-do/shared/__tests__/task-legacy-route-recovery.test.tsx +16 -0
- package/src/components/ui/tu-do/shared/board-client.tsx +2 -7
- package/src/components/ui/tu-do/shared/board-config-storage.ts +7 -1
- package/src/components/ui/tu-do/shared/board-header.tsx +464 -975
- package/src/components/ui/tu-do/shared/board-layout-settings.tsx +165 -136
- package/src/components/ui/tu-do/shared/board-switcher.tsx +209 -217
- package/src/components/ui/tu-do/shared/board-views.tsx +587 -75
- package/src/components/ui/tu-do/shared/list-view.tsx +227 -1
- package/src/components/ui/tu-do/shared/recycle-bin-panel.tsx +142 -94
- package/src/components/ui/tu-do/shared/special-task-list-pins.ts +51 -0
- package/src/components/ui/tu-do/shared/task-board-loading-state.tsx +28 -0
- package/src/components/ui/tu-do/shared/task-edit-dialog/field-diff-viewer.tsx +3 -2
- package/src/components/ui/tu-do/shared/task-edit-dialog/selective-revert-panel.test.tsx +91 -0
- package/src/components/ui/tu-do/shared/task-edit-dialog/selective-revert-panel.tsx +123 -78
- package/src/components/ui/tu-do/shared/task-edit-dialog/task-activity-section.tsx +7 -1
- package/src/components/ui/tu-do/shared/task-edit-dialog/task-snapshot-dialog.tsx +8 -3
- package/src/components/ui/tu-do/shared/task-edit-dialog.tsx +2 -1
- package/src/components/ui/tu-do/shared/task-legacy-route-recovery.tsx +2 -9
- package/src/declarations.d.ts +1 -0
- package/src/hooks/__tests__/use-calendar-readonly.test.tsx +322 -2
- package/src/hooks/__tests__/use-calendar-sync.test.tsx +446 -0
- package/src/hooks/use-calendar-sync.tsx +247 -243
- package/src/hooks/use-calendar.tsx +323 -138
- package/src/hooks/use-task-actions.ts +24 -0
- package/src/hooks/use-user-workspace-config.ts +75 -0
- package/src/hooks/use-workspace-currency.ts +8 -3
- package/src/hooks/useBoardRealtimeEventHandler.ts +11 -0
|
@@ -138,4 +138,199 @@ describe('Combobox', () => {
|
|
|
138
138
|
|
|
139
139
|
expect(onSelect).toHaveBeenCalledTimes(1);
|
|
140
140
|
});
|
|
141
|
+
|
|
142
|
+
it('can hide the selected trigger icon while keeping option icons visible', () => {
|
|
143
|
+
render(
|
|
144
|
+
<Combobox
|
|
145
|
+
options={[
|
|
146
|
+
{
|
|
147
|
+
label: 'Alpha',
|
|
148
|
+
value: 'alpha',
|
|
149
|
+
icon: <span data-testid="alpha-option-icon">A</span>,
|
|
150
|
+
},
|
|
151
|
+
{ label: 'Beta', value: 'beta' },
|
|
152
|
+
]}
|
|
153
|
+
placeholder="Pick item"
|
|
154
|
+
selected="alpha"
|
|
155
|
+
showSelectedIcon={false}
|
|
156
|
+
/>
|
|
157
|
+
);
|
|
158
|
+
|
|
159
|
+
expect(screen.queryByTestId('alpha-option-icon')).not.toBeInTheDocument();
|
|
160
|
+
|
|
161
|
+
openCombobox();
|
|
162
|
+
|
|
163
|
+
expect(screen.getByTestId('alpha-option-icon')).toBeInTheDocument();
|
|
164
|
+
});
|
|
165
|
+
|
|
166
|
+
it('can use a stable trigger icon while preserving option row icons', () => {
|
|
167
|
+
render(
|
|
168
|
+
<Combobox
|
|
169
|
+
ariaLabel="View picker"
|
|
170
|
+
hideTriggerLabel
|
|
171
|
+
options={[
|
|
172
|
+
{
|
|
173
|
+
label: 'Kanban',
|
|
174
|
+
value: 'kanban',
|
|
175
|
+
icon: <span data-testid="kanban-option-icon">K</span>,
|
|
176
|
+
},
|
|
177
|
+
]}
|
|
178
|
+
placeholder="Pick view"
|
|
179
|
+
selected="kanban"
|
|
180
|
+
showChevron={false}
|
|
181
|
+
triggerIcon={<span data-testid="stable-view-icon">V</span>}
|
|
182
|
+
triggerMode="compact"
|
|
183
|
+
/>
|
|
184
|
+
);
|
|
185
|
+
|
|
186
|
+
expect(screen.getByTestId('stable-view-icon')).toBeInTheDocument();
|
|
187
|
+
expect(screen.queryByTestId('kanban-option-icon')).not.toBeInTheDocument();
|
|
188
|
+
|
|
189
|
+
openCombobox();
|
|
190
|
+
|
|
191
|
+
expect(screen.getByTestId('kanban-option-icon')).toBeInTheDocument();
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
it('supports compact accessible icon-only triggers with wider popover content', () => {
|
|
195
|
+
render(
|
|
196
|
+
<Combobox
|
|
197
|
+
ariaLabel="Compact picker"
|
|
198
|
+
contentWidth="md"
|
|
199
|
+
hideTriggerLabel
|
|
200
|
+
label={<span>Alpha compact</span>}
|
|
201
|
+
options={[
|
|
202
|
+
{
|
|
203
|
+
label: 'Alpha',
|
|
204
|
+
value: 'alpha',
|
|
205
|
+
icon: <span data-testid="alpha-compact-icon">A</span>,
|
|
206
|
+
},
|
|
207
|
+
]}
|
|
208
|
+
placeholder="Pick item"
|
|
209
|
+
selected="alpha"
|
|
210
|
+
showChevron={false}
|
|
211
|
+
triggerMode="compact"
|
|
212
|
+
/>
|
|
213
|
+
);
|
|
214
|
+
|
|
215
|
+
const trigger = screen.getByRole('combobox', { name: 'Compact picker' });
|
|
216
|
+
expect(trigger).toHaveClass('aspect-square', 'px-0');
|
|
217
|
+
expect(screen.queryByText('Alpha compact')).not.toBeInTheDocument();
|
|
218
|
+
expect(screen.getByTestId('alpha-compact-icon')).toBeInTheDocument();
|
|
219
|
+
|
|
220
|
+
fireEvent.click(trigger);
|
|
221
|
+
|
|
222
|
+
expect(document.querySelector('[data-slot="popover-content"]')).toHaveClass(
|
|
223
|
+
'w-80'
|
|
224
|
+
);
|
|
225
|
+
});
|
|
226
|
+
|
|
227
|
+
it('shows trigger tooltips instantly for compact controls', async () => {
|
|
228
|
+
render(
|
|
229
|
+
<Combobox
|
|
230
|
+
ariaLabel="Compact picker"
|
|
231
|
+
hideTriggerLabel
|
|
232
|
+
options={options}
|
|
233
|
+
placeholder="Pick item"
|
|
234
|
+
selected="alpha"
|
|
235
|
+
showChevron={false}
|
|
236
|
+
triggerMode="compact"
|
|
237
|
+
triggerTooltip="Current: Alpha"
|
|
238
|
+
/>
|
|
239
|
+
);
|
|
240
|
+
|
|
241
|
+
const trigger = screen.getByRole('combobox', { name: 'Compact picker' });
|
|
242
|
+
fireEvent.focus(trigger);
|
|
243
|
+
|
|
244
|
+
await waitFor(() => {
|
|
245
|
+
expect(trigger).toHaveAttribute('data-state', 'instant-open');
|
|
246
|
+
});
|
|
247
|
+
expect(screen.getAllByText('Current: Alpha').length).toBeGreaterThan(0);
|
|
248
|
+
});
|
|
249
|
+
|
|
250
|
+
it('can keep compact trigger icons monochrome while option rows keep semantic colors', () => {
|
|
251
|
+
render(
|
|
252
|
+
<Combobox
|
|
253
|
+
ariaLabel="Priority picker"
|
|
254
|
+
colorizeTriggerIcon={false}
|
|
255
|
+
hideTriggerLabel
|
|
256
|
+
options={[
|
|
257
|
+
{
|
|
258
|
+
color: '#f97316',
|
|
259
|
+
icon: <span data-testid="priority-icon">P</span>,
|
|
260
|
+
label: 'High priority',
|
|
261
|
+
value: 'high',
|
|
262
|
+
},
|
|
263
|
+
]}
|
|
264
|
+
placeholder="Pick item"
|
|
265
|
+
selected="high"
|
|
266
|
+
showChevron={false}
|
|
267
|
+
triggerMode="compact"
|
|
268
|
+
/>
|
|
269
|
+
);
|
|
270
|
+
|
|
271
|
+
const triggerIcon = screen.getByTestId('priority-icon');
|
|
272
|
+
expect(triggerIcon).not.toHaveAttribute('style');
|
|
273
|
+
|
|
274
|
+
openCombobox();
|
|
275
|
+
|
|
276
|
+
const [, optionIcon] = screen.getAllByTestId('priority-icon');
|
|
277
|
+
expect(optionIcon).toHaveStyle({ color: '#f97316' });
|
|
278
|
+
});
|
|
279
|
+
|
|
280
|
+
it('reports popover open changes when the trigger opens and a single option closes it', async () => {
|
|
281
|
+
const onChange = vi.fn();
|
|
282
|
+
const onOpenChange = vi.fn();
|
|
283
|
+
|
|
284
|
+
render(
|
|
285
|
+
<Combobox
|
|
286
|
+
onChange={onChange}
|
|
287
|
+
onOpenChange={onOpenChange}
|
|
288
|
+
options={options}
|
|
289
|
+
placeholder="Pick item"
|
|
290
|
+
selected=""
|
|
291
|
+
/>
|
|
292
|
+
);
|
|
293
|
+
|
|
294
|
+
openCombobox();
|
|
295
|
+
|
|
296
|
+
expect(onOpenChange).toHaveBeenCalledWith(true);
|
|
297
|
+
|
|
298
|
+
fireEvent.click(screen.getByText('Beta'));
|
|
299
|
+
|
|
300
|
+
await waitFor(() => {
|
|
301
|
+
expect(onChange).toHaveBeenCalledWith('beta');
|
|
302
|
+
expect(onOpenChange).toHaveBeenCalledWith(false);
|
|
303
|
+
});
|
|
304
|
+
});
|
|
305
|
+
|
|
306
|
+
it('renders grouped options and non-clipped descriptions', () => {
|
|
307
|
+
render(
|
|
308
|
+
<Combobox
|
|
309
|
+
options={[
|
|
310
|
+
{
|
|
311
|
+
description: 'Detailed board view with enough room to wrap.',
|
|
312
|
+
group: 'Views',
|
|
313
|
+
label: 'Kanban board',
|
|
314
|
+
value: 'kanban',
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
description: 'Sort by due date from earliest to latest.',
|
|
318
|
+
group: 'Sorting',
|
|
319
|
+
label: 'Soonest first',
|
|
320
|
+
value: 'due-date-asc',
|
|
321
|
+
},
|
|
322
|
+
]}
|
|
323
|
+
placeholder="Pick item"
|
|
324
|
+
selected="kanban"
|
|
325
|
+
/>
|
|
326
|
+
);
|
|
327
|
+
|
|
328
|
+
openCombobox();
|
|
329
|
+
|
|
330
|
+
expect(screen.getByText('Views')).toBeInTheDocument();
|
|
331
|
+
expect(screen.getByText('Sorting')).toBeInTheDocument();
|
|
332
|
+
expect(
|
|
333
|
+
screen.getByText('Detailed board view with enough room to wrap.')
|
|
334
|
+
).toHaveClass('whitespace-normal', 'break-words');
|
|
335
|
+
});
|
|
141
336
|
});
|