Skip to content

Commit 92ce48e

Browse files
committed
test: disable visual testing for now
1 parent ee56f62 commit 92ce48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/src/components/tabs/tabs.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('Tabs', () => {
6969
it('INIT', () => {
7070
cy.mount(<ThreeTabsComponent />);
7171

72-
cy.findByTestId('tabs').should('be.visible').matchImage();
72+
// cy.findByTestId('tabs').should('be.visible').matchImage();
7373

7474
cy.checkA11yForComponent();
7575
});

0 commit comments

Comments
 (0)