Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Anyone else having issues with session being lost on dev-master? #247

Open
madeofsteel opened this issue Jun 1, 2016 · 3 comments
Open

Comments

@madeofsteel
Copy link

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?

@aik099
Copy link

aik099 commented Jun 1, 2016

Can you please share your feature file?

@madeofsteel
Copy link
Author

sure

# behat.yml
default:
    extensions:
        Behat\MinkExtension:
            goutte: ~
            selenium2: ~

@aik099
Copy link

aik099 commented Jun 3, 2016

I was asking for feature file, but you've attached Behat config file. What I need is scenario you're running and custom PHP features that it uses.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants