BO - International - Taxes - Sort and pagination

Details

Steps

Step Description Expected result
Go to taxes page Page title contains ‘Taxes’
Sort by id_tax desc list is sorted by id_tax desc
(3 -> 2 -> 1)
Sort by name asc list is sorted by name asc
(a -> b -> c)
Sort by name desc list is sorted by name desc
(c -> b -> a)
Sort by rate asc list is sorted by rate asc
(1 -> 2 -> 3)
Sort by rate desc list is sorted by rate desc
(3 -> 2 -> 1)
Sort by id_tax asc list is sorted by id_tax asc
(1 -> 2 -> 3)
Reset all filters All filters are reset. All states are displayed
Change the items number to 20 per page one page is  displayed and the pagination is Viewing 1-20 out of 32 (page 1 / 2)
Click on next The second page is well displayed & the pagination is Viewing 21-32 out of 32 (page 2 / 2)
Click on previous The first page is well displayed and the pagination is Viewing 21-32 out of 32 (page 2 / 2)
Change the items number to 100 per page Only one page is displayed  Viewing 1-32 out of 32 (page 1 / 1)