fix(frontend/widget): federation widgetのdata-cyも移動

fcb6e0adb9 の後テストが落ちている
This commit is contained in:
Kagami Sascha Rosylight 2023-03-09 15:09:49 +01:00 committed by GitHub
parent dc49a24f07
commit ef773520e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<MkContainer :show-header="widgetProps.showHeader" :foldable="foldable" :scrollable="scrollable" class="mkw-federation data-cy-mkw-federation">
<MkContainer :show-header="widgetProps.showHeader" :foldable="foldable" :scrollable="scrollable" data-cy-mkw-federation class="mkw-federation">
<template #icon><i class="ti ti-whirl"></i></template>
<template #header>{{ i18n.ts._widgets.federation }}</template>