Skip to content

Commit

Permalink
chore: fix visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Jan 11, 2025
1 parent b1b4e9d commit ed09392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cypress/e2e/visual/bal-carousel.visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ describe('bal-carousel', () => {
})
})

describe('product-slider', () => {
describe.only('product-slider', () => {
it('combi with tabs', () => {
cy.visit('/components/bal-carousel/test/bal-carousel-tabs.visual.html').platform('desktop').waitForDesignSystem()
cy.getByTestId('tabs').select('Tab B')
cy.get('.bal-tabs__nav__item').last().click()
cy.wait(300)
cy.testVisual('carousel-combi-tabs-desktop')
})
Expand Down

0 comments on commit ed09392

Please sign in to comment.