Skip to content

Commit

Permalink
fix class name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adaex committed Sep 7, 2021
1 parent 3843cff commit 6a6b4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/badge.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Badge', () => {
`);

expect(vm.$el.querySelector('.el-badge__content.is-dot')).to.exist;
expect(vm.$el.querySelector('.el-badge__content.el-badge_content--success.is-dot')).to.exist;
expect(vm.$el.querySelector('.el-badge__content.el-badge__content--success.is-dot')).to.exist;
});

it('max', () => {
Expand Down

0 comments on commit 6a6b4ee

Please sign in to comment.