After running griddle-render and setting up griddle-core (npm run watch) and linking griddle-core into griddle-render, navigate to page 12 and type "boling" into the search box.
If you clear the filter and type "boling" again you get one result.
The expected result is that adjusting the filter would change which page a user is on. Write a test that covers this broken case and fix it (as well as test the front-end).
After running griddle-render and setting up griddle-core (
npm run watch
) and linking griddle-core into griddle-render, navigate to page 12 and type "boling" into the search box.If you clear the filter and type "boling" again you get one result.
The expected result is that adjusting the filter would change which page a user is on. Write a test that covers this broken case and fix it (as well as test the front-end).