Menta
Menta copied to clipboard
Session is not updated in later tests
Components fetch the session from the session manager when required. This information is cached. When running multiple tests that do not rely on the same session, this leads to failing tests as the components still use the old, now invalid session that was used in a previous test.
This could e.g. be fixed by explicitly setting the session when fetching a component from the component manager.