Running Copilot coding agent #642
Annotations
1 error
|
packages/plugin-designer/src/__tests__/ViewDesigner.test.tsx > ViewDesigner > View Type Selection > should change view type on click:
packages/plugin-designer/src/__tests__/ViewDesigner.test.tsx#L226
AssertionError: expected 'flex items-center gap-2 px-3 py-2 tex…' not to contain 'border-primary'
Expected: "border-primary"
Received: "flex items-center gap-2 px-3 py-2 text-sm rounded-md border-2 transition-all font-medium border-border bg-background hover:border-primary/50 hover:bg-accent"
❯ packages/plugin-designer/src/__tests__/ViewDesigner.test.tsx:226:37
|