Menta icon indicating copy to clipboard operation
Menta copied to clipboard

Session is not updated in later tests

Open andreaswolf opened this issue 12 years ago • 0 comments

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.

andreaswolf avatar May 07 '12 13:05 andreaswolf