@checkout @slow Feature: Cart persistence Background: a signed-in shopper with an empty cart Given a signed-in shopper "sample.user@example.com" And an empty cart @persistence Scenario: The cart survives a page reload When I add 1 of "NX-1042" And I reload the page Then my cart contains 1 item @persistence @slow Scenario: The cart survives signing out and back in When I add 2 of "NX-2087" And I sign out And I sign back in as "sample.user@example.com" Then my cart contains 2 items @wip Scenario: The cart merges with a guest cart Given a guest cart containing 1 of "NX-1042" When I sign in as "sample.user@example.com" Then my cart contains 1 item