describe('ELementsEditorPage', () => {
  it('should render successfully', () => {
    const { baseElement } = render(<TextEditor />);
    expect(baseElement).toBeTruthy();
  });