Skip to content

Commit 03e118b

Browse files
committed
Update AnalyticalTable.cy.tsx
1 parent 3f7cc3f commit 03e118b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ describe('AnalyticalTable', () => {
385385
const color = getComputedStyle($el[0]).getPropertyValue('background-color');
386386
expect(color).to.equal(cssVarToRgb('--sapContent_DragAndDropActiveColor'));
387387
})
388+
.wait(50)
388389
.dblclick()
389390
// fallback
390391
.realClick({ clickCount: 2 });

0 commit comments

Comments
 (0)