Skip to content

Commit 2f948af

Browse files
committed
Update AnalyticalTable.cy.tsx
1 parent 03e118b commit 2f948af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ describe('AnalyticalTable', () => {
384384
.should(($el) => {
385385
const color = getComputedStyle($el[0]).getPropertyValue('background-color');
386386
expect(color).to.equal(cssVarToRgb('--sapContent_DragAndDropActiveColor'));
387-
})
388-
.wait(50)
387+
}, 200)
389388
.dblclick()
390389
// fallback
391390
.realClick({ clickCount: 2 });

0 commit comments

Comments
 (0)