Skip to content

Commit

Permalink
fix: select visual regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Dec 18, 2024
1 parent f01db78 commit 5fd0f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/select/select.visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('sbb-select', () => {
scrollContext.scrollTo(0, 100);

// We need to ensure content resizing kicked in
await aTimeout(40);
await aTimeout(100);
});
}),
);
Expand Down

0 comments on commit 5fd0f78

Please sign in to comment.