diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-09 19:59:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-09 19:59:11 +0900 |
| commit | fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618 (patch) | |
| tree | 9ef8adc79fdc010fab5f9a4852e8b95dba098c80 /packages/frontend/src/widgets/WidgetPostForm.vue | |
| parent | chore(frontend): add debugger for #6864 (#10270) (diff) | |
| download | sharkey-fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618.tar.gz sharkey-fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618.tar.bz2 sharkey-fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618.zip | |
chore(test): data属性がclassになっているのを修正
Diffstat (limited to 'packages/frontend/src/widgets/WidgetPostForm.vue')
| -rw-r--r-- | packages/frontend/src/widgets/WidgetPostForm.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/widgets/WidgetPostForm.vue b/packages/frontend/src/widgets/WidgetPostForm.vue index 9953bca65f..7a96b00217 100644 --- a/packages/frontend/src/widgets/WidgetPostForm.vue +++ b/packages/frontend/src/widgets/WidgetPostForm.vue @@ -1,5 +1,5 @@ <template> -<MkPostForm class="_panel mkw-post-form data-cy-mkw-postForm" :fixed="true" :autofocus="false"/> +<MkPostForm data-cy-mkw-postForm class="_panel mkw-post-form" :fixed="true" :autofocus="false"/> </template> <script lang="ts" setup> |