The Session list in the app is being polluted with hundreds of 'New session' entries from Maestro test runs. Since shared setup uses , the app state is reset but the sessions persist on the server side.
Proposed Solution:
- Add a cleanup step to the test server or the setup flow to delete test sessions.
- Or use a dedicated test user/account that can be wiped.