Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/plugin-form/src/ObjectForm.msw.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('ObjectForm with ObjectStack/MSW', () => {
await waitFor(() => {
// Changed from 'Full Name' to 'Name' based on CRM example schema
expect(screen.getByText('Name')).toBeInTheDocument();
});
}, { timeout: 2000 }); // Give slight buffer for network mock
expect(screen.getByText('Email')).toBeInTheDocument();
expect(screen.getByText('Status')).toBeInTheDocument();
});
Expand Down
Loading