Gabriel Arcangel Zayas

Results 111 comments of Gabriel Arcangel Zayas

@pascallaliberte I had the same issue with Linux, I followed [these steps](https://yizeng.me/2014/04/20/install-chromedriver-and-phantomjs-on-linux-mint/) to get the tests working again: ```shell > wget -N http://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_linux64.zip -P ~/Downloads > unzip ~/Downloads/chromedriver_linux64.zip -d ~/Downloads...

@newstler `Team.destroy_all` should work now that [bullet_train-base#67](https://github.com/bullet-train-co/bullet_train-base/pull/67) was merged in

It may not be too big of an issue, but I'm noticing that system tests are failing intermittently in the `System Tests with Cuprite` check. ``` Error: AuthenticationSystemTest#test_visitors_can_sign-up,_sign-out,_sign-in,_reset_passwords,_etc._with_subscriptions_disabled_on_a_macbook_pro_15_inch: Ferrum::PendingConnectionsError: Request...

[Joint PR](https://github.com/bullet-train-co/bullet_train-base/pull/44) ← Bullet Train Base [Joint PR](https://github.com/bullet-train-co/bullet_train-themes/pull/6) ← Bullet Train Themes

@andrewculver Got the tests to pass, I'll see if I can make them parallel with the link you provided.

The Super Scaffolding Minitest fails in GitHub Actions, but it's also failing locally for me. I tried running the Super Scaffolding system tests on the main branch, and I got...

@andrewculver Got it, I'll look over the test again.

@andrewculver Since we're getting an SSH error, I think we'll have to generate a private key for the workflow: ``` [email protected]: Permission denied (publickey). fatal: Could not read from remote...

@andyw8 Sorry for the delayed answer, it looks like a lot of people are having trouble running bcrypt on M1 machines: [I can't use bcrypt on Apple M1 Chip](https://github.com/bcrypt-ruby/bcrypt-ruby/issues/239) [Issue...

Hey @brennanlawrence, thanks for opening the issue. I'm having trouble reproducing, could you tell me what `rails g model` and Super Scaffolding commands you entered?