You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
I have created a basic test that logs in the user via entering the login credentials, and clicking a login button. The next step where I need to click a menu item fails because of what looks like the session is not set.
Also, why is
$this->getSession
taken out in dev master branch? The programmer is now going to have to use a setter/getter to reuse the session through the lifecycle of the feature. Do we just change these major dependencies without any sort of a question? or documentation?
The text was updated successfully, but these errors were encountered:
I have created a basic test that logs in the user via entering the login credentials, and clicking a login button. The next step where I need to click a menu item fails because of what looks like the session is not set.
Also, why is
taken out in dev master branch? The programmer is now going to have to use a setter/getter to reuse the session through the lifecycle of the feature. Do we just change these major dependencies without any sort of a question? or documentation?
The text was updated successfully, but these errors were encountered: