このコミットが含まれているのは:
2026-07-16 20:35:07 +09:00
コミット 43a3772976
20個のファイルの変更305行の追加157行の削除
+1 -1
ファイルの表示
@@ -263,7 +263,7 @@ describe ('PostImportResultPage', () => {
fireEvent.change (screen.getByDisplayValue ('old title'), {
target: { value: 'edited title' } })
await act (async () => {
await actions.find (_1 => _1.label === '編輯内容を保存')?.onSelect ()
await actions.find (action => action.label === '編輯内容を保存')?.onSelect ()
})
})