From 6eeb7a92b8167a26eb6948c9ce11deee9b03590f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 29 Jan 2022 02:57:10 +0900 Subject: [PATCH] add todo --- cypress/integration/basic.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress/integration/basic.js b/cypress/integration/basic.js index aca44ef15..7d27b649f 100644 --- a/cypress/integration/basic.js +++ b/cypress/integration/basic.js @@ -176,3 +176,7 @@ describe('After user singed in', () => { cy.contains('Hello, Misskey!'); }); }); + +// TODO: 投稿フォームの公開範囲指定のテスト +// TODO: 投稿フォームのファイル添付のテスト +// TODO: 投稿フォームのハッシュタグ保持フィールドのテスト