Skip to content

Commit 60b4a3e

Browse files
authored
Merge pull request #449 from objectstack-ai/copilot/fix-build-and-test-yet-again
2 parents 0276053 + b0e143e commit 60b4a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-designer/src/__tests__/ViewDesigner.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('ViewDesigner', () => {
223223
expect(kanbanBtn.className).toContain('border-primary');
224224

225225
const gridBtn = screen.getByTestId('view-type-grid');
226-
expect(gridBtn.className).not.toContain('border-primary');
226+
expect(gridBtn.className).not.toContain('bg-primary');
227227
});
228228

229229
it('should not change type in read-only mode', () => {

0 commit comments

Comments
 (0)