Skip to content

Commit 1d8cabf

Browse files
authored
Merge pull request #357 from objectstack-ai/copilot/update-action-workflow-settings
2 parents c25ec8e + f4b2304 commit 1d8cabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-form/src/ObjectForm.msw.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('ObjectForm with ObjectStack/MSW', () => {
100100
await waitFor(() => {
101101
// Changed from 'Full Name' to 'Name' based on CRM example schema
102102
expect(screen.getByText('Name')).toBeInTheDocument();
103-
});
103+
}, { timeout: 2000 }); // Give slight buffer for network mock
104104
expect(screen.getByText('Email')).toBeInTheDocument();
105105
expect(screen.getByText('Status')).toBeInTheDocument();
106106
});

0 commit comments

Comments
 (0)