Skip to content

Commit

Permalink
chore: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Nov 7, 2023
1 parent 6d1df42 commit 3a63998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ describe('VDataTable', () => {
cy.get('colgroup').should('exist')
})

it('should have column.* slots', () => {
it('should have header.* slots', () => {
cy.mount(() => (
<Application>
<VDataTable items={ DESSERT_ITEMS } headers={ DESSERT_HEADERS } showSelect showExpand>
Expand Down

0 comments on commit 3a63998

Please sign in to comment.