From db84277244904ca7115c01480203d87b9136676e Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Wed, 12 Apr 2023 10:27:31 +0200 Subject: [PATCH] Logs Navigation: Fix typo in test description (#66293) Fix typo in test description --- public/app/features/explore/LogsNavigation.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/LogsNavigation.test.tsx b/public/app/features/explore/LogsNavigation.test.tsx index dfb0c09b6d8..d045191b060 100644 --- a/public/app/features/explore/LogsNavigation.test.tsx +++ b/public/app/features/explore/LogsNavigation.test.tsx @@ -93,7 +93,7 @@ describe('LogsNavigation', () => { expect(onChangeTimeMock).toHaveBeenCalledWith({ from: 1637319338000, to: 1637322938000 }); }); - it('should reset the scroll when pagination is clic ked', async () => { + it('should reset the scroll when pagination is clicked', async () => { const scrollToTopLogsMock = jest.fn(); setup({ scrollToTopLogs: scrollToTopLogsMock });