Skip to content

Commit ee56f62

Browse files
committed
test: fix visual test
1 parent 60ed0e3 commit ee56f62

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
647 Bytes
Loading
2.05 KB
Loading

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ const DynamicTabsComponent = component$(
6868
describe('Tabs', () => {
6969
it('INIT', () => {
7070
cy.mount(<ThreeTabsComponent />);
71-
cy.findByTestId('tabs').matchImage();
71+
72+
cy.findByTestId('tabs').should('be.visible').matchImage();
7273

7374
cy.checkA11yForComponent();
7475
});

0 commit comments

Comments
 (0)