Was going thru the doc, and was wondering if we ca...
# general
y
Was going thru the doc, and was wondering if we can use pact to test pagination?
b
You sure could 🙂 using states like "several pages of results" with interactions like "fetching the first page", "fetching the last page", etc, is a common approach. I'd be careful of over-specifying the interactions, though, because they may all look the same, and only differ in query params.
☝️ 1
👍 1
y
ah .. thanks for the idea. Greatly appreciated it
👍 2