chore(test): data属性がclassになっているのを修正

This commit is contained in:
syuilo
2023-03-09 19:59:11 +09:00
parent 93ea9c2033
commit fcb6e0adb9
21 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div :class="[$style.root, { _panel: !widgetProps.transparent }]" class="data-cy-mkw-calendar">
<div :class="[$style.root, { _panel: !widgetProps.transparent }]" data-cy-mkw-calendar>
<div :class="[$style.calendar, { [$style.isHoliday]: isHoliday }]">
<p :class="$style.monthAndYear">
<span :class="$style.year">{{ $t('yearX', { year }) }}</span>