Skip to content

Commit bc2a70e

Browse files
authored
Merge pull request #324 from objectstack-ai/copilot/fix-link-in-documentation
2 parents a9b534e + 37951d8 commit bc2a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 5000 }); // Increased timeout for CI environments
104104
expect(screen.getByText('Email')).toBeInTheDocument();
105105
expect(screen.getByText('Status')).toBeInTheDocument();
106106
});

0 commit comments

Comments
 (0)