このコミットが含まれているのは:
2026-07-16 22:00:16 +09:00
コミット 5c5a9fa1b0
5個のファイルの変更10行の追加7行の削除
+2
ファイルの表示
@@ -30,6 +30,8 @@ describe ('PostImportSourcePage', () => {
it ('shows no empty error initially and validates only after Next is pressed', () => {
renderWithProviders (<PostImportSourcePage user={buildUser ()}/>)
expect (screen.getByRole ('heading', { name: '広場に投稿を追加' })).toBeInTheDocument ()
expect (screen.queryByText ('投稿インポート')).not.toBeInTheDocument ()
expect (screen.queryByText ('URL を入力してください.')).not.toBeInTheDocument ()
fireEvent.click (screen.getByRole ('button', { name: '次へ' }))
expect (screen.getByText ('URL を入力してください.')).toBeInTheDocument ()