ghostff
ghostff
After changing the theme, unity wont start up again.
``` "behat/behat": "^3.5", "behat/mink-extension": "^2.3", "behat/mink": "^1.7", "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "^1.3" ``` "Please provide a reproducer using Mink directly" sorry how do i do this?
I dont know the actual cause if this, but this is what am using temporally ```php /** * Fills in form field with specified id|name|label|value * Example: When I fill...
behat.yml ```yml default: autoload: '': tests/behat/bootstrap suites: default: paths: features: "%paths.base%/tests/behat/" contexts: - BehatContexts\FeatureContext extensions: Behat\MinkExtension: base_url: https://www.wikipedia.org/ browser_name: chrome goutte: ~ selenium2: wd_host: http://127.0.0.1:4444/wd/hub browser: chrome capabilities: chrome: switches:...
selenium2 the scenarios use `@javascript`
It generates the js function . But it seems to fall out after `if (c_start != -1)` and wen i log `c_start` i get -1
please take a look at this [VIDEO](http://sendvid.com/gej8p7o7)
Is there any reason why it worked before (like it use to generate token without the ``)
nah, it just works well adding `Security::set_token()` to my bootstrap. but still works well at my other pc without `Security::set_token()` and `security.csrf_autoload` not enabled