Logs Navigation: Fix typo in test description (#66293)

Fix typo in test description
This commit is contained in:
Matias Chomicki 2023-04-12 10:27:31 +02:00 committed by GitHub
parent 4e14224669
commit db84277244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });