Nic Rodgers

Results 13 comments of Nic Rodgers

I upgraded from 1.3 to 2.1 yesterday and suddenly all my scenarios that contained steps like this started failing: ``` Given "location" content: | title |field_address:country_code | :organization | :address_line1...

It looks like look-same has recently been updated to ignore anti aliasing: https://github.com/gemini-testing/looks-same/pull/19 Hopefully we'll be able to use this in gemini soon

I have the same issue running Selenium & Firefox on different Macs. Same version of Selenium, Mac OS and Firefox but we get differences due to anti-aliasing :-(

@bruk1977 no, we haven't been able to find a solution. So we have had to stop running our gemini test suite, until a solution is found, as it just doesn't...

I've confirmed the same issue exists in drush cim --partial. Am digging in to what's happening now...

created Drush issue: https://github.com/drush-ops/drush/issues/3513

Our composer.json for the behat tests, incase that helps: ``` { "minimum-stability": "dev", "require": { "drupal/drupal-extension": "dev-master", "guzzlehttp/guzzle" : "^6.0@dev", "drupal/drupal-driver": "dev-master" }, "config": { "bin-dir": "bin/" } } ```

Hi, I've traced it down a bit further. We get the error whenever our scenarios try to use the step "Given the cache has been cleared". Here's the backtrace if...

@ademarco thanks, that seems to be it! We have separate composer.json files for the site (including drupal core and contrib modules) and our test environment (which includes behat). The versions...

I stumbled upon this PR after encountering many ` Form field values with integer keys can only have one array element, the key being the field name and the value...