Merge pull request #1003 from objectstack-ai/copilot/fix-duplicate-ac… #995
changeset-release.yml
on: push
Changeset Release
7m 49s
Annotations
3 errors
|
Changeset Release
Process completed with exit code 1.
|
|
packages/plugin-detail/src/__tests__/DetailSection.test.tsx > DetailSection > should use md: breakpoint for 2-column layouts:
packages/plugin-detail/src/__tests__/DetailSection.test.tsx#L234
AssertionError: expected 'grid gap-3 sm:gap-4 grid-cols-1 sm:gr…' to contain 'md:grid-cols-2'
Expected: "md:grid-cols-2"
Received: "grid gap-3 sm:gap-4 grid-cols-1 sm:grid-cols-2"
❯ packages/plugin-detail/src/__tests__/DetailSection.test.tsx:234:29
|
|
packages/plugin-detail/src/__tests__/DetailSection.test.tsx > DetailSection > should auto-infer 2 columns when columns is not set and 5+ fields exist:
packages/plugin-detail/src/__tests__/DetailSection.test.tsx#L118
AssertionError: expected 'grid gap-3 sm:gap-4 grid-cols-1 sm:gr…' to contain 'md:grid-cols-2'
Expected: "md:grid-cols-2"
Received: "grid gap-3 sm:gap-4 grid-cols-1 sm:grid-cols-2"
❯ packages/plugin-detail/src/__tests__/DetailSection.test.tsx:118:29
|