it('can be disabled', async () => {
    const textarea = wrapper.getByLabelText('Body')

    expect(textarea).toBeEnabled()