CodeYourFuture / tech-products-demo

Example app for tech products interview experiment
https://tech-products-demo-d1182e30f280.herokuapp.com/
ISC License
3 stars 20 forks source link

Remember my page size preference #17

Open textbook opened 1 year ago

textbook commented 1 year ago

User story

Acceptance criteria

  1. Scenario: within a single visit

    • Given: I am on the home page
    • And: I have selected a non-default page size
    • When: I navigate around the site and return to the home page
    • Then: my page size selection is remembered
  2. Scenario: subsequent visit

    • Given: I have previously set a non-default page size
    • And: left the site
    • When: I return to the site
    • Then: my preferred page size is pre-selected

Links