When I run Behat javascript tests using selenium2, I get an error when test "And I am logged in as an administrator" is executed:
Failed to set the 'cookie' property on 'Document': Cookies are disabled inside 'data:' URLs.
Did anyone had this problem?
cc @dantleech @pjedrzejewski ?
You run it on Sylius/Sylius for contributing or a project?
I run it on Sylius Standard for a project
I managed to find the problem, chromedriver was not running on default 8080 port, so I had to change base_url port in behat.yml to match chromedriver one.
Can we close the issue then? :)
yes, thank you :)
Most helpful comment
I managed to find the problem, chromedriver was not running on default 8080 port, so I had to change base_url port in behat.yml to match chromedriver one.