Fixed a typo in AnalyticsConfig.test.tsx file (#36439)

This commit is contained in:
Michael Alex
2021-07-07 09:12:59 +02:00
committed by GitHub
parent 92dc6aed3f
commit 7538739881
@@ -104,7 +104,7 @@ describe('Render', () => {
expect(screen.queryByText('is no longer supported', { exact: false })).toBeInTheDocument();
});
it('should clean up the error when reseting the credentials', async () => {
it('should clean up the error when resetting the credentials', async () => {
const onUpdate = jest.fn();
setup((props) => ({
...props,