mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs Navigation: Fix typo in test description (#66293)
Fix typo in test description
This commit is contained in:
parent
4e14224669
commit
db84277244
@ -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 });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user