summaryrefslogtreecommitdiff
path: root/cypress
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-01-29 02:57:10 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-01-29 02:57:10 +0900
commit6eeb7a92b8167a26eb6948c9ce11deee9b03590f (patch)
treed4776eb4e5dc2b0064cbedb75cd28dcae9765fc8 /cypress
parentfix(client): 投稿フォームのハッシュタグ保持フィールドが... (diff)
downloadsharkey-6eeb7a92b8167a26eb6948c9ce11deee9b03590f.tar.gz
sharkey-6eeb7a92b8167a26eb6948c9ce11deee9b03590f.tar.bz2
sharkey-6eeb7a92b8167a26eb6948c9ce11deee9b03590f.zip
add todo
Diffstat (limited to 'cypress')
-rw-r--r--cypress/integration/basic.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/cypress/integration/basic.js b/cypress/integration/basic.js
index aca44ef15d..7d27b649f4 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: 投稿フォームのハッシュタグ保持フィールドのテスト