TIT
TIT
```ruby log.debug :start_data if DEBUG worksheet.update_cells 2, 1, orders log.debug :stop_data if DEBUG log.debug :start_save if DEBUG worksheet.save log.debug :stop_save if DEBUG log.info orders_count: orders.count if DEBUG ``` ↓ ```...
+1, please add contract support for mutant. My project use gem contract on 100%? and I can use mutant-rspec for testing my test...
Found Workaround. Use Firefox (not Chrome). In Firefox Salesforce login is worked.
@begner You are Superman! Cypress installation folder: https://docs.cypress.io/guides/getting-started/installing-cypress#Binary-cache
I fix it by https://github.com/rails/rails/issues/24558#issuecomment-210407407 ``` require 'activemodel-serializers-xml' require 'exodus' ``` That is work for me.
I found some workaround. Use `.invoke('val', 'with space')` Instead of `.type('with space')` for `input[type="email"]` field.
Thank you! ``` "overrides": { "node-plop": { "inquirer": "9.3.5" } }, ``` Work for me