summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-28 00:57:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-28 00:57:49 +0900
commit21ece52a9fa38594745bda54d5d9bc4cd6262a78 (patch)
treed7641b84b89b480bffeb6871389c14d98b5ebbae /src/client
parentrefactor (diff)
downloadsharkey-21ece52a9fa38594745bda54d5d9bc4cd6262a78.tar.gz
sharkey-21ece52a9fa38594745bda54d5d9bc4cd6262a78.tar.bz2
sharkey-21ece52a9fa38594745bda54d5d9bc4cd6262a78.zip
fix test
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ui/_common_/sidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/_common_/sidebar.vue b/src/client/ui/_common_/sidebar.vue
index ece80e60d9..cd78b6ae46 100644
--- a/src/client/ui/_common_/sidebar.vue
+++ b/src/client/ui/_common_/sidebar.vue
@@ -35,7 +35,7 @@
<MkA class="item" active-class="active" to="/settings" v-click-anime>
<i class="fas fa-cog fa-fw"></i><span class="text">{{ $ts.settings }}</span>
</MkA>
- <button class="item _button post" @click="post">
+ <button class="item _button post" @click="post" data-cy-open-post-form>
<i class="fas fa-pencil-alt fa-fw"></i><span class="text">{{ $ts.note }}</span>
</button>
</div>