Skip to content

Commit

Permalink
fix tests once again
Browse files Browse the repository at this point in the history
  • Loading branch information
velis74 committed Apr 26, 2023
1 parent b0f6aed commit c5cbd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/dynamicforms/tests/actions/actions-vuetify.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('vuetify-actions action rendering', () => {

it('checks if four buttons were rendered', async () => {
const htmlCode = mountComponent();
const buttonCounter = htmlCode.match(/<v-btn /g)?.length;
const buttonCounter = htmlCode.match(/<button /g)?.length;
expect(buttonCounter).toBe(4);
});

Expand Down

0 comments on commit c5cbd36

Please sign in to comment.