Using session storage, the team should be able to mimic multiple users using the site concurrently.
Acceptance Criteria
Given the team wants to have multiple users active in the application concurrently
When a new tab is opened
And the user activates a different account
Then then the current account should be set as active in session storage
Story
Using session storage, the team should be able to mimic multiple users using the site concurrently.
Acceptance Criteria
Given the team wants to have multiple users active in the application concurrently When a new tab is opened And the user activates a different account Then then the current account should be set as active in session storage