Fix widget tests (#9591)

This commit is contained in:
Masaya Suzuki
2023-01-15 20:55:09 +09:00
committed by GitHub
parent 3e9f88506e
commit 94004b7a3f
20 changed files with 20 additions and 20 deletions

View File

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