diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 00:57:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 00:57:49 +0900 |
| commit | 21ece52a9fa38594745bda54d5d9bc4cd6262a78 (patch) | |
| tree | d7641b84b89b480bffeb6871389c14d98b5ebbae /src/client | |
| parent | refactor (diff) | |
| download | sharkey-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.vue | 2 |
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> |