Skip to content

Commit

Permalink
Update Tabs.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasintrm committed Nov 14, 2023
1 parent 708dd48 commit d5fc711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tabs/Tabs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ describe('Tabs', () => {
.should('exist')
.and('have.length', 2)
.filter(':contains(Tab 2)')
.as('tab2Header')
.find(selectors.button)
.should('exist')
.and('have.length', 1)
Expand Down

0 comments on commit d5fc711

Please sign in to comment.