| Step Description | Expected result |
|---|---|
| Go to BO > Shop parameters > Contacts > Contacts Tab | Contacts page is well displayed |
| Sort by id_contact desc | List is sorted by id_contact desc (3 -> 2 -> 1) |
| Sort By title asc | List is sorted by title asc (a -> b -> c) |
| Sort by title desc | List is sorted by title desc (c -> b -> a) |
| Sort by email asc | List is sorted by email asc (a -> b -> c) |
| Sort by email desc | List is sorted by email desc (c -> b -> a) |
| Sort by description asc | List is sorted by description asc (a -> b -> c) |
| Sort by description desc | List is sorted by description desc (c -> b -> a) |
| Sort by id_contact asc | List is sorted by id_contact asc (1 -> 2 -> 3) |
| Create 9 new contacts | Number of contacts > 10 |
| Go to page 2 | Page 2 displayed |
| Change pagination | Only one page displayed with all Contacts |
| Delete all new contact | Number of contact = 2 |