diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-29 02:57:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-29 02:57:10 +0900 |
| commit | 6eeb7a92b8167a26eb6948c9ce11deee9b03590f (patch) | |
| tree | d4776eb4e5dc2b0064cbedb75cd28dcae9765fc8 | |
| parent | fix(client): 投稿フォームのハッシュタグ保持フィールドが... (diff) | |
| download | sharkey-6eeb7a92b8167a26eb6948c9ce11deee9b03590f.tar.gz sharkey-6eeb7a92b8167a26eb6948c9ce11deee9b03590f.tar.bz2 sharkey-6eeb7a92b8167a26eb6948c9ce11deee9b03590f.zip | |
add todo
| -rw-r--r-- | cypress/integration/basic.js | 4 |
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: 投稿フォームのハッシュタグ保持フィールドのテスト |