Fixed a typo in AnalyticsConfig.test.tsx file (#36439)
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user