Skip to content

Commit 75b04d0

Browse files
committed
Update AnalyticalTable.cy.tsx
1 parent f31a2f4 commit 75b04d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ describe('AnalyticalTable', () => {
387387
.realClick({ clickCount: 2 });
388388
cy.get(`[data-column-id="${columnName}"]`)
389389
.invoke('outerWidth')
390-
.should(($width) => {
390+
.should(($width: number) => {
391391
expect(Math.floor($width)).to.equal(outerWidth);
392392
});
393393
}

0 commit comments

Comments
 (0)