Skip to content

Commit fe86266

Browse files
committed
fix cypress counts
1 parent e9dc587 commit fe86266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/cypress/support/const.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const availablePanelsCount = 4;
1010
export const defaultPanelsCount = 2;
1111

1212
// table specific config
13-
export const availableColumnGroupCount = 30;
14-
export const availableColumnCount = 56;
13+
export const availableColumnGroupCount = 31;
14+
export const availableColumnCount = 57;
1515
export const defaultColumnGroupCount = 6;
1616
export const defaultColumnCount = 11;

0 commit comments

Comments
 (0)