Skip to content

Commit

Permalink
Update cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasSlama committed Sep 20, 2024
1 parent 3e67eae commit ea55f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/component/Slider.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('Slider', () => {
it('renders range with tooltips intersect', () => {
cy.mount(<TestSlider value={[10, 11]} tooltipFormat={renderLabel} />)

cy.contains('GMT+10:00').should('be.visible')
cy.get('body').happoScreenshot({
component,
variant: 'range/when-tooltip-intersect',
Expand Down

0 comments on commit ea55f5b

Please sign in to comment.