Skip to content

Commit

Permalink
Closes #5323, #5325
Browse files Browse the repository at this point in the history
- Fixed missing `js-*` classes that were failing npm run test;
  • Loading branch information
charlesh88 committed Jun 24, 2022
1 parent 5231345 commit ec7b250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/gauge/components/Gauge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

<g
v-if="displayMinMax"
class="c-dial__range-text"
class="c-dial__range-text js-gauge-dial-range"
:font-size="rangeFontSize"
>
<text
Expand Down Expand Up @@ -220,7 +220,7 @@
height="100%"
/>
<text
class="c-dial__current-value-text js-gauge-current-value"
class="c-dial__current-value-text js-dial-current-value"
font-size="3.5"
lengthAdjust="spacing"
text-anchor="middle"
Expand Down

0 comments on commit ec7b250

Please sign in to comment.