veeceey commented on PR #37975: URL: https://github.com/apache/superset/pull/37975#issuecomment-3905675183
Addressed the Bito review feedback — the mock data had `total_count: 3` which is below `PAGE_SIZE` (50), so `hideOnSinglePage` would prevent pagination from rendering. I've added a dedicated `fetchWithPaginatedData` helper that sets `total_count: 100`, ensuring the pagination component actually shows up in the DOM before we assert on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
