describe('EducationMain', () => {
  test('should render EducationMain correctly', () => {
    const { container } = render(<EducationMain/>)
    testEducationMain(container.querySelector('div#education'), SupportedLocales.default)
  })