We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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"])
Sorry, something went wrong.
orangewolf
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: