20 Open Issues Need Help Last updated: Aug 27, 2026

Open Issues Need Help

View All on GitHub
bug good first issue user feedback
good first issue question user feedback
good first issue low priority user feedback

AI Summary: The task is to fix flaky Cypress end-to-end tests for pagination in a React-based inventory management system. The tests fail due to a lack of visible UI changes during pagination, leading to race conditions and unreliable test results. Solutions involve adding more seed data to force a visible UI change, adding a filter/unfilter step to ensure state updates, or asserting on the number of table rows after pagination. The fix should ensure consistent test results across multiple runs.

Complexity: 3/5
bug good first issue