This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Description
Preconditions
- Using Magento 2.3
- Luma sample data installed
Steps to reproduce
- Form a category query with an inner product query using the
page_info field
- Include
total_pages
Expected result
The returned value of total_pages should be equivalent to Math.ceil([# of products] / [page size])
Actual result
