Skip to content

Commit bdb0cc6

Browse files
committed
test: increase clock tick to open tooltip on macOS
1 parent c2b99f3 commit bdb0cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/cloud-element-templates/properties/CustomProperties.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ describe('provider/cloud-element-templates - CustomProperties', function() {
23532353
function openTooltip(element) {
23542354
return act(() => {
23552355
fireEvent.mouseEnter(element);
2356-
clock.tick(200);
2356+
clock.tick(250);
23572357
});
23582358
}
23592359

0 commit comments

Comments
 (0)