Skip to content

Commit

Permalink
Update Sticky.spec.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored Jan 8, 2025
1 parent 48d74a6 commit a3e5511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sticky.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Table.Sticky', () => {
vi.useRealTimers();
});

it('Sticky scroll1', async () => {
it('Sticky scroll', async () => {
window.pageYOffset = 900;
document.documentElement.scrollTop = 200;
let scrollLeft = 100;
Expand Down

0 comments on commit a3e5511

Please sign in to comment.