Fix types and console.log
This commit is contained in:
parent
be3a66b0e6
commit
f5efa85882
2 changed files with 20 additions and 12 deletions
|
@ -177,7 +177,6 @@ describe('SendWysiwygComposer', () => {
|
|||
|
||||
it('Should not has placeholder', async () => {
|
||||
// When
|
||||
console.log('here');
|
||||
customRender(jest.fn(), jest.fn(), false, isRichTextEnabled);
|
||||
await waitFor(() => expect(screen.getByRole('textbox')).toHaveAttribute('contentEditable', "true"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue