scientist-softserv / adventist_knapsack

Apache License 2.0
1 stars 0 forks source link

Chrome.hyku.test does not connect #304

Closed ShanaLMoore closed 5 months ago

ShanaLMoore commented 10 months ago

When running feature specs a dev should be able to connect to chrome.hyku.test and watch the specs run.

(password: secret)

the Capybara command to open and save screenshots doesn't work either, so we're blind when we're working on feature specs.

ShanaLMoore commented 5 months ago

in hyrax-webapp/spec/rails_helper.rb remove headless from

  options = Selenium::WebDriver::Options.chrome(args: ["disable-gpu",
                                                       "no-sandbox",
                                                       "whitelisted-ips",
                                                       "window-size=1400,1400"])